aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-09-29 19:53:35 -0300
committerGitHub <noreply@github.com>2023-09-29 19:53:35 -0300
commit64583d8a0a1ad7c76d49e93922c75b6de3dc5133 (patch)
tree78944dcfd2a06312ac4427c561650e3affb7165d /layouts/partials/footer.html
parent6f2e7d0c6fe3ef16fa414d75d9647398df857c39 (diff)
parentd14c9c0dec1ee18be9fdf5f21494b944f19de3b8 (diff)
downloadhugo-bearcub-64583d8a0a1ad7c76d49e93922c75b6de3dc5133.tar.gz
hugo-bearcub-64583d8a0a1ad7c76d49e93922c75b6de3dc5133.tar.bz2
Merge pull request #4 from huantianad/language-params-fix
fix: change use of .Site.Language.Params.params -> .Site.Params
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d2962a6..9290715 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1 +1,3 @@
-<small> {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} </small>
+<small>
+ {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
+</small> \ No newline at end of file