Parcourir la source

Merge github.com:AnimMouse/gohugo-theme-ananke into 283-add-head-partial

283-add-head-partial
mountainbug95 il y a 4 ans
Parent
révision
de8610c306
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      layouts/_default/baseof.html
  2. 0
    0
      layouts/partials/site-head.html

+ 1
- 0
layouts/_default/baseof.html Voir le fichier

@@ -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 Voir le fichier


Chargement…
Annuler
Enregistrer