website/themes/cozy-hugo/layouts/partials/footer.html
vrifox 1dd140f701
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
extend footer
2023-10-01 14:38:26 +02:00

15 lines
No EOL
544 B
HTML

<footer class="width-1200">
<p>
Cozy Town wird betrieben von <a href="https://vrifox.cc">Vri</a>.
</p>
<p>
<span title='Build von {{ now | time.Format ":date_full" }}, {{ now | time.Format ":time_full" }}'>Build {{ now
|
time.Format ":date_short" }}</span>
<span>, erstellt mit <a href='https://gohugo.io/'>Hugo</a>.</span>
</p>
<p>
<a href="https://code.cozy.town/cozytown/website/">Quellcode</a>
<a href="https://stat.cozy.town">Status</a>
</p>
</footer>