hugo-goa/layouts/partials/sub_footer.html
2025-01-06 18:42:43 +01:00

17 lines
No EOL
693 B
HTML

<footer class="text-center footer">
<hr />
{{ with .Site.Params.extra }}
<h6 class="text-center copyright">{{ .copyright | markdownify }}</h6>
{{ if ne .poweredby false }}
<h6 class="text-center powered"><a href="https://gohugo.io/">Hugo</a> <a
href="https://git.hadan-it.com/stiebke/hugo-goa">Goa</a> by <a href="https://shenoy.me">shenoydotme</a>, <a
href="https://incirclemedia.com">Incircle Media</a> and <a href="https://stephan.hadan.de">stiebke</a></h6>
{{ end }}
{{ if ne .displayrssicon false }}
<h6>
<a href="{{ "index.xml" | absURL }}" aria-label="RSS Feed"><i class="fas fa-rss" aria-hidden="true"></i></a>
</h6>
{{ end }}
{{ end }}
</footer>