PUBLISH: Add copyright and links section to the footer

This commit is contained in:
Campbell Alden 2023-01-18 17:10:54 +09:00
parent 54e8a6413b
commit fae290a18d
48 changed files with 813 additions and 502 deletions

View file

@ -1,3 +1,11 @@
<footer>
<span>{{ .Site.Copyright }}</span>
<footer class="footer">
<ul class="cluster align:center caption unstyled-list s1">
<li>
<a rel="me" href="https://gjallarhorn.dev/@campbell">Mastodon</a>
</li>
<li>
<a rel="me" href="https://github.com/CaAlden">GitHub</a>
</li>
</ul>
<span class="numbers-small">{{ .Site.Copyright }}</span>
</footer>