You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

<footer id="footer" class="w-full max-w-screen-xl mx-auto mb-6" >
<div class="px-6">
<div class="w-full sm:max-w-2xl max-w-3xl mx-auto">
{{ with .Site.Params.copyright }}
<div class="prose copyright" style="font-size: small;">{{ . | markdownify }}</div>
{{ end }}
{{ if ne .Site.Params.hidedesignbyline true }}
<!--
LICENSE: Hugo Product Launch by Jan Raasch is licensed
under Attribution 4.0 International (CC BY 4.0).
This theme will, by default, inject a design-by-line at the bottom of the page.
If you would like to use this theme without attribution,
permissions beyond this license's scope are available at
https://github.com/janraasch/hugo-product-launch/blob/master/MORE_PERMISSIONS.md
-->
<div class="prose" style="font-size: small;">
Find credits for this page in the <a href="https://git.gugelfrei.de/websites/gugelfrei/src/branch/main/README.md" target="_blank">gitea</a><br>
Zuletzt geändert: {{ now.Format "2006-01-02" }}
</div>
{{ end }}
</div>
</div>
</footer>