ソースを参照

Add custom head partial

pull/283/head
AnimMouse 4年前
コミット
3f18e910c8
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更1行の追加0行の削除
  1. 1
    0
      layouts/_default/baseof.html
  2. 0
    0
      layouts/partials/site-head.html

+ 1
- 0
layouts/_default/baseof.html ファイルの表示

@@ -42,6 +42,7 @@
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
{{ block "head" . }}{{ partialCached "site-head.html" . }}{{ end }}
</head>

<body class="ma0 {{ $.Param "body_classes" | default "avenir bg-near-white"}}{{ with getenv "HUGO_ENV" }} {{ . }}{{ end }}">

+ 0
- 0
layouts/partials/site-head.html ファイルの表示


読み込み中…
キャンセル
保存