diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 871fcd2..ea34b89 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,12 @@ + +{{ with (.GitInfo) }} + +{{ end }} + + {{ $title := "" }} {{ if (and (.Title) ((ne (.Title) (site.Title)))) }}{{ $title = (printf "%s /" (.Title)) }}{{ end }}