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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-01-16 01:09:44 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-16 01:09:44 +0300
commit5ab7bc751b278cff12aa7bf4a688a55d2ad50c68 (patch)
tree48939f6388fbc794283b3718eb163a65983432cc /layouts/partials/footer.html
parent67678904ece9a750c9bcb41631e114bf51c3683b (diff)
Refactor theme to use new Hugo v0.53 vars
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index df6a059..88d7bd7 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<footer id="footer" class="mt-auto text-center text-muted">
<div class="container">
- {{ .Site.Params.footerText | markdownify }}
+ {{ site.Params.footerText | markdownify }}
</div>
</footer> \ No newline at end of file