Files
2025-04-25 23:33:25 -06:00

6 lines
163 B
HTML

<footer>
<h1 class="text-2xl font-bold">
<a href="/">{{ .Site.Title }}</a>
</h1>
<p class="text-lg">{{ .Site.Params.footer | markdownify }}</p>
</footer>