Remove links from footer, add to home, and update copyright
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -35,6 +35,8 @@ footer {
|
||||
width: 100%;
|
||||
|
||||
padding-bottom: 32px;
|
||||
|
||||
opacity: 80%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
Reference in New Issue
Block a user