diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-09-29 19:27:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 19:27:25 -0300 |
commit | 21c4876a084efadbb1559989850fdc8baf3e43d6 (patch) | |
tree | 84cc02079eb85de27fa687e8c298e023ffd2221c | |
parent | f26d122b2ad0cd3e3299de776b69e69d31486895 (diff) | |
parent | 363099d129d84c469885770d760e69f5f6824028 (diff) | |
download | hugo-bearcub-21c4876a084efadbb1559989850fdc8baf3e43d6.tar.gz hugo-bearcub-21c4876a084efadbb1559989850fdc8baf3e43d6.tar.bz2 |
Merge pull request #7 from crazyc4t/crazyc4t-fix-footer
Update deprecated parameters use
-rw-r--r-- | layouts/partials/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index dca6c23..d2962a6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1 @@ -<small> - {{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }} -</small>
\ No newline at end of file +<small> {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} </small> |