first commit

This commit is contained in:
Stephan Hadan 2025-01-05 23:20:45 +01:00
commit 7fa1a1444a
52 changed files with 1519 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<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://github.com/shenoydotme/hugo-goa">Goa</a> by <a href="https://shenoy.me">shenoydotme</a> and <a
href="https://incirclemedia.com">Incircle Media</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>