add credits

main
yova 3 years ago
parent 1516b7ba48
commit 59a9b80a3d

@ -0,0 +1,40 @@
<footer id="footer" class="w-full max-w-screen-xl mx-auto mb-6" >
<style>
.prose li {
margin-top: 0em;
margin-bottom: 0em;
}
.prose ul {
margin-top: 0em;
/* margin-bottom: 1.25em; */
}
</style>
<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;">
Credits for this page:<br>
<ul>
<li>Original <a href="https://github.com/janraasch/hugo-product-launch/">Design</a> template by <a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a></li>
<li>Contact form backend by <a href="http://reusableforms.com/d/o5/html5-contact-form-send-email">reusableforms.com</a></li>
<li>Image slider from <a href="https://ebene11.com/imageslider-ohne-javascript">ebene11.com</a></li>
</ul>
</div>
{{ end }}
</div>
</div>
</footer>
Loading…
Cancel
Save