feat: markdownify copyright-line

This commit is contained in:
Jan Raasch 2020-07-08 19:26:00 +02:00
parent b7d9750192
commit 7defcb60fd
2 changed files with 8 additions and 6 deletions

View file

@ -1,9 +1,9 @@
<footer class="site-footer">
<div class="inner">
{{ with .Site.Params.copyright }}<section class="copyright">{{ . }}</section>{{ end }}
{{ with .Site.Params.copyright }}<section class="copyright">{{ . | markdownify }}</section>{{ end }}
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
{{ if ne .Site.Params.hidedesignbyline true }}<section>
<a href="https://themes.gohugo.io/hugo-scroll/">Design</a> template built with ♥️ by <a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
</section>{{ end }}
</div>
</footer>
</footer>