Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <10623666+funkydan2@users.noreply.github.com>2020-11-12 04:59:23 +0300
committerGitHub <noreply@github.com>2020-11-12 04:59:23 +0300
commit062f02ac0fa3f8be31a3e3e9d182cf3b13834809 (patch)
treef81173573907ac3dfb6d139ad06f52b61ec0838d
parente0f1e6f2d8a67db7107029ff63c8aa1b9e1482f4 (diff)
parentbe0187bcc8061dd37a6819ffb6e0c45de5a5446d (diff)
Merge pull request #57 from swflint/user-footer-partial
Add an empty partial for a user-supplied footer
-rw-r--r--layouts/partials/footer.html1
-rw-r--r--layouts/partials/user_footer.html0
2 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index c554136..5dcee25 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,6 +9,7 @@
{{ if .Site.GoogleAnalytics }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
+{{ partial "user_footer" . }}
</body>
</html>
diff --git a/layouts/partials/user_footer.html b/layouts/partials/user_footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/user_footer.html