aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2019-12-21 21:25:21 +0200
committerGitHub <noreply@github.com>2019-12-21 21:25:21 +0200
commita8f60c31b75fe5a3c91a6595585738523f1cad25 (patch)
tree7528a3042e37765e286c9490f5b321e6799acb41 /layouts/partials/footer.html
parent96394ffb854ec6b8f17aa1ef105eb9ff92e5e676 (diff)
parent12e885ad58d44d55603a64906d1dcf7f1d961b4c (diff)
cState v4.0 Final (#82)
cState v4.0 Final
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6187f61..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>
@@ -17,6 +17,7 @@
<p class="hinted">
<small>
+ ⚡
{{ T "rss" }} —
{{ with $.Site.Home.OutputFormats.Get "rss" }}
<a href="{{ .Permalink }}" class="no-underline">{{ T "toAllUpdates" }}</a>