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

@ -166,8 +166,16 @@
</div>
</article>
</main><footer>
<span></span>
</main><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">© 2023 Campbell Alden, All rights reserved.</span>
</footer>
</body>
</html>