Parcourir la source

Added head_custom partial.

tags/v1.0.0
Vladimir Chebotarev il y a 6 ans
Parent
révision
a96f6ba8e7
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 1
    0
      layouts/partials/head.html
  2. 4
    0
      layouts/partials/head_custom.html

+ 1
- 0
layouts/partials/head.html Voir le fichier

@@ -33,4 +33,5 @@
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}

{{- partial "head_custom.html" . }}
</head>

+ 4
- 0
layouts/partials/head_custom.html Voir le fichier

@@ -0,0 +1,4 @@
<!--
If you want to include any custom html just before </head>, put it in /layouts/partials/head_custom.html
Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/head_custom.html doesn't exist.
-->

Chargement…
Annuler
Enregistrer