diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-16 22:44:59 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-16 22:44:59 -0300 |
commit | 591f62e5233a9fe0e158ab8cbe72ab25815474a0 (patch) | |
tree | 2434f49be47bc0558044aa4bfb12cfa831c92760 /layouts/partials/footer.html | |
parent | 8bafe5a7ae99729c8df7ed333212a74491e56814 (diff) | |
download | hugo-bearcub-591f62e5233a9fe0e158ab8cbe72ab25815474a0.tar.gz hugo-bearcub-591f62e5233a9fe0e158ab8cbe72ab25815474a0.tar.bz2 |
Bring updates from main
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index dca6c23..9290715 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,3 @@ <small> - {{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }} + {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} </small>
\ No newline at end of file |