aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-09 16:56:09 -0300
commit2ba59f18db6d5767653e3cad20d9a28da5f9aa79 (patch)
treef3cf1e0f5f519f6a9524c47c165167998ec4fbfb /layouts/partials/footer.html
parent3ec95503252645b87c625df10a8ac44d04563166 (diff)
downloadhugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.gz
hugo-bearcub-2ba59f18db6d5767653e3cad20d9a28da5f9aa79.tar.bz2
Reproduce lente.dev setup
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 83a3214..dca6c23 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,3 @@
-{{ if ne .Site.Params.hideMadeWithLine true }}
- <small>
- {{ .Site.Copyright }} | <a href="{{ i18n "stone-link" }}">{{ i18n "stone" }}</a>
- </small>
-{{ end }}
+<small>
+ {{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }}
+</small> \ No newline at end of file