diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 8 |
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 |