diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1454f12..b2eceb4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,4 +9,5 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} + {{ partial "hook_head_end.html" . }} diff --git a/layouts/partials/hook_head_end.html b/layouts/partials/hook_head_end.html new file mode 100644 index 0000000..e69de29