diff options
author | Said Neder <snederc@protonmail.com> | 2023-08-20 23:50:00 -0700 |
---|---|---|
committer | Said Neder <snederc@protonmail.com> | 2023-08-20 23:50:00 -0700 |
commit | 363099d129d84c469885770d760e69f5f6824028 (patch) | |
tree | 84cc02079eb85de27fa687e8c298e023ffd2221c /layouts/partials | |
parent | f26d122b2ad0cd3e3299de776b69e69d31486895 (diff) | |
download | hugo-bearcub-363099d129d84c469885770d760e69f5f6824028.tar.gz hugo-bearcub-363099d129d84c469885770d760e69f5f6824028.tar.bz2 |
Update deprecated parameters use
Diffstat (limited to 'layouts/partials')
-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> |