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> <footer>
<p> <p>
<!-- see https://stackoverflow.com/questions/12464656/get-todays-date-in-jekyll-with-liquid-markup --> <!-- see https://stackoverflow.com/questions/12464656/get-todays-date-in-jekyll-with-liquid-markup -->
copyright {{ site.time | date: '%Y' }} Brendan Chen | Website text © {{ 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
</p> </p>
</footer> </footer>
</body> </body>

View File

@@ -35,6 +35,8 @@ footer {
width: 100%; width: 100%;
padding-bottom: 32px; padding-bottom: 32px;
opacity: 80%;
} }
a { a {