Update footer and add no-bullets class for unordered lists

This commit is contained in:
2026-09-21 23:30:13 -04:00
parent 8aebc523c8
commit 5e4e19da40
3 changed files with 16 additions and 5 deletions

View File

@@ -27,6 +27,12 @@
<p>
<!-- see https://stackoverflow.com/questions/12464656/get-todays-date-in-jekyll-with-liquid-markup -->
Website text © {{ site.time | date: '%Y' }} Brendan Chen.
<br />
<a href="/">Home</a>
<br />
<a href="/">Projects</a>
<br />
<a target="_blank" href="https://gitea.bchen.dev/brendan/brendan-ch.github.io">View website source</a>
</p>
</footer>
</body>