diff options
author | Anthony Wang | 2023-06-14 20:30:20 +0000 |
---|---|---|
committer | Anthony Wang | 2023-06-14 20:30:20 +0000 |
commit | 5e45f8c0f537b93a82576dd91a8a07b9e40ccf4c (patch) | |
tree | 3d52e5ca39d783c588f8118a0d3e6c552522837b /layouts | |
parent | cd11808eb3d3f31f32555ec41266d63c89e01f34 (diff) |
Update theme
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6b89601..8b31f63 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,10 @@ <footer class="footer"> + <!-- Option for user to inject custom html --> + {{ if .Site.Params.CustomFooterHTML }} + {{ .Site.Params.CustomFooterHTML | safeHTML }} + {{ end }} + + <!--<div><p><a href="https://ring.exozy.me/previous?host=a.exozy.me"><- prev</a> | <a href="https://ring.exozy.me/random">rand</a> | <a href="https://ring.exozy.me/next?host=a.exozy.me">next -></a></p></div>--> + <span>{{ .Site.Params.Footer }}</span> </footer> |