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