hugo-scroll/layouts/partials/footer.html
P. Ottlinger 41e9f9588c
Update footer.html to always open link to hugo-scroll in new window
Modify footer to always open link to this repo in a new tab.
2023-03-26 22:13:49 +02:00

16 lines
447 B
HTML

<footer class="site-footer">
<div class="inner">
{{ with .Site.Params.copyright }}
<section class="copyright">{{ . | safeHTML }}</section>
{{ end }}
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
{{ if ne .Site.Params.hidedesignbyline true }}
<section>
<a target="_blank" href="https://themes.gohugo.io/hugo-scroll/">Hugo Scroll</a> template
</section>
{{ end }}
</div>
</footer>