mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Remove blog archive link.
This commit is contained in:
parent
e55a4d8c36
commit
5f45fae672
@ -18,7 +18,6 @@ layout: default
|
||||
{% if paginator.next_page %}
|
||||
<a class="prev" href="{{ paginator.next_page_path }}">← Older</a>
|
||||
{% endif %}
|
||||
<a href="/blog/archives">Blog Archives</a>
|
||||
{% if paginator.previous_page %}
|
||||
<a class="next" href="{{ paginator.previous_page_path }}">Newer →</a>
|
||||
{% endif %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user