1
0
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:
Daniel Barber 2015-04-30 07:31:11 +01:00
parent e55a4d8c36
commit 5f45fae672

View File

@ -18,7 +18,6 @@ layout: default
{% if paginator.next_page %}
<a class="prev" href="{{ paginator.next_page_path }}">&larr; Older</a>
{% endif %}
<a href="/blog/archives">Blog Archives</a>
{% if paginator.previous_page %}
<a class="next" href="{{ paginator.previous_page_path }}">Newer &rarr;</a>
{% endif %}