aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2019-12-15 18:50:25 +0200
committerGitHub <noreply@github.com>2019-12-15 18:50:25 +0200
commitb930ce60cca31c49775450e3b127130f13f68308 (patch)
treeeb550426269ba8ca5c7b195681eb4ef676faf3b1
parent74b9389d8cb282c17f34dc0642a294690ee99890 (diff)
Allow Markdown in footer
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index ceeea29..5faf5c6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,7 +8,7 @@
&nbsp; • &nbsp; <a href="#">{{ T "backToTop" }}</a>
</p>
- <p>{{ .Site.Params.description }}</p>
+ <p>{{ .Site.Params.description | markdownify }}</p>
<!-- Please keep this one around to help cState grow <3 -->
<small class="footer__copyright faded">{{ T "poweredBy" }} <a href="https://github.com/cstate/cstate"><b>cState</b></a></small>