site_kpu/layouts/partials/single-footer-customisation.html

10 lines
213 B
HTML
Raw Permalink Normal View History

2024-03-30 17:32:30 +01:00
<footer style='
background: linear-gradient(225deg, #00223E 80%, #FFA17F 80%);
text-align: center;
color: white;
bottom: 0;
padding: 1px; // strange stuff here
'>
2024-04-15 00:44:26 +02:00
<p>{{ .Site.Copyright }}</p>
2024-03-30 17:32:30 +01:00
</footer>