Skip to content

Commit 1d34132

Browse files
committed
Footer: simplify and remove theme attribution; use © YEAR {{ site.title }} with quick links
1 parent 8d4e12e commit 1d34132

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_layouts/default.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@
3535

3636
<div class="page__footer">
3737
<footer>
38-
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}. <a href="https://twitter.com/migftw" rel="nofollow">@migftw</a> <span class="page__footer-heart"><i class="fa fa-twitter" aria-hidden="true"></i></span>. <a href="https://github.com/migftw/sparrowx">SparrowX</a> built on top of <a href="https://github.com/lingxz/sparrow">@sparrow</a>.</div>
38+
<div class="page__footer-copy">
39+
&copy; {{ site.time | date: '%Y' }} {{ site.title }}.
40+
<span class="page__footer-links">
41+
<a href="{{ '/blog/' | relative_url }}">Blog</a> ·
42+
<a href="{{ '/projects/' | relative_url }}">Projects</a> ·
43+
<a href="{{ '/about/' | relative_url }}">About</a>
44+
</span>
45+
</div>
3946
</footer>
4047
</div>
4148
<script src="{{ '/compressed.js' | relative_url }}"></script>

0 commit comments

Comments
 (0)