diff --git a/exampleSite/data/site/footers.toml b/exampleSite/data/site/footers.toml new file mode 100644 index 0000000..f6fa29b --- /dev/null +++ b/exampleSite/data/site/footers.toml @@ -0,0 +1,4 @@ +# Common footer to use site-wide +[[siteFooter]] + text = "Powered by [Hugo](https://gohugo.io/) with [Simple Intro theme](https://github.com/qub1750ul/hugo-simpleIntro) - " +# More footers could be defined to be used in specific pages/layouts diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index fb50194..a815073 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,7 @@