8 lines
188 B
HTML
8 lines
188 B
HTML
|
<footer>
|
||
|
<p>
|
||
|
© {{ now.Year }}
|
||
|
<span class="p-author h-card">{{ .Site.Params.author.name }}</span>
|
||
|
</p>
|
||
|
<p>Powered by Hugo and the IndieWeb.</p>
|
||
|
</footer>
|