Add empty partials for custom html in head and footer

As per https://gohugo.io/templates/partials/ "Theme developers may want
to include a few partials with empty HTML files in the theme just so end
users have an easy place to inject their customized content."

Resolves #42
This commit is contained in:
Li-Wen Yip 2017-04-02 23:50:42 +01:00
commit 2223163a4f
6 changed files with 35 additions and 0 deletions

View file

@ -76,3 +76,4 @@
{{ end }}
{{ template "_internal/google_analytics.html" . }}
{{- partial "footer_custom.html" . }}