11 lines
335 B
HTML
11 lines
335 B
HTML
<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>
|