diff --git a/themes/hugo-theme-flat/layouts/_default/baseof.html b/themes/hugo-theme-flat/layouts/_default/baseof.html index ef34452..826fcc0 100644 --- a/themes/hugo-theme-flat/layouts/_default/baseof.html +++ b/themes/hugo-theme-flat/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - +
{{ partial "head.html" . }} @@ -23,5 +23,6 @@ {{ partial "footer.html" . }} + {{ partial "html-end.html" . }} diff --git a/themes/hugo-theme-flat/layouts/partials/head.html b/themes/hugo-theme-flat/layouts/partials/head.html index 73748d7..111828f 100644 --- a/themes/hugo-theme-flat/layouts/partials/head.html +++ b/themes/hugo-theme-flat/layouts/partials/head.html @@ -73,11 +73,22 @@ {{ end }} - - - + + + + + + + - \ No newline at end of file + + +