From 2ba59f18db6d5767653e3cad20d9a28da5f9aa79 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:56:09 -0300 Subject: Reproduce lente.dev setup --- layouts/partials/footer.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'layouts/partials/footer.html') 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 }} - - {{ .Site.Copyright }} | {{ i18n "stone" }} - -{{ end }} + + {{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }} + \ No newline at end of file -- cgit v1.2.3