diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 19:53:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 19:53:35 -0300 |
commit | 64583d8a0a1ad7c76d49e93922c75b6de3dc5133 (patch) | |
tree | 78944dcfd2a06312ac4427c561650e3affb7165d /layouts/partials/footer.html | |
parent | 6f2e7d0c6fe3ef16fa414d75d9647398df857c39 (diff) | |
parent | d14c9c0dec1ee18be9fdf5f21494b944f19de3b8 (diff) | |
download | hugo-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.html | 4 |
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 |