hugo-scroll/layouts/partials/footer.html

12 lines
677 B
HTML
Raw Normal View History

2020-07-07 08:37:57 +00:00
<footer class="site-footer">
<div class="inner">
2020-07-08 17:26:00 +00:00
{{ with .Site.Params.copyright }}<section class="copyright">{{ . | markdownify }}</section>{{ end }}
2020-07-07 08:37:57 +00:00
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
{{ if ne .Site.Params.hidedesignbyline true }}<section>
<!-- TODO: Change link to https://themes.gohugo.io/hugo-scroll/ once
https://github.com/gohugoio/hugoThemes/issues/881 is solved. -->
<a href="https://github.com/janraasch/hugo-scroll/">Design</a> template built with ♥️ by <a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
2020-07-07 08:37:57 +00:00
</section>{{ end }}
</div>
2020-07-08 17:26:00 +00:00
</footer>