diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-01 15:06:05 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-01 15:06:05 -0300 |
commit | 3ec95503252645b87c625df10a8ac44d04563166 (patch) | |
tree | 0304691be8b7859d7e5b525807d6c0e082873553 /layouts/partials/footer.html | |
parent | 76ca2f889f35035484482bf7f9715149a5b40127 (diff) | |
download | hugo-bearcub-3ec95503252645b87c625df10a8ac44d04563166.tar.gz hugo-bearcub-3ec95503252645b87c625df10a8ac44d04563166.tar.bz2 |
Bring files from personal blog
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8eca955..83a3214 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1,5 @@ -{{ if ne .Site.Params.hideMadeWithLine true }}Made with <a href="https://github.com/janraasch/hugo-bearblog/">Hugo ʕ•ᴥ•ʔ Bear</a>{{ end }} +{{ if ne .Site.Params.hideMadeWithLine true }} + <small> + {{ .Site.Copyright }} | <a href="{{ i18n "stone-link" }}">{{ i18n "stone" }}</a> + </small> +{{ end }} |