Remove links from footer, add to home, and update copyright

This commit is contained in:
2026-08-09 18:01:59 -04:00
parent 68ffc78ba5
commit abd51f5932
2 changed files with 3 additions and 3 deletions

View File

@@ -26,9 +26,7 @@
<footer>
<p>
<!-- see https://stackoverflow.com/questions/12464656/get-todays-date-in-jekyll-with-liquid-markup -->
copyright {{ site.time | date: '%Y' }} Brendan Chen |
<a target="_blank" href="https://github.com/brendan-ch">GitHub</a> |
<a target="_blank" href="https://linkedin.com/in/brendan-ch">LinkedIn</a> | e: me [at] bchen.dev
Website text © {{ site.time | date: '%Y' }} Brendan Chen.
</p>
</footer>
</body>