mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
issue 770 - trailing slashes missing from archive links
Signed-off-by: Darrin Mison <dmison@me.com>
This commit is contained in:
parent
c1a0d4ba52
commit
62c58ad6cf
@ -5,4 +5,4 @@ title: Page Not Found
|
||||
|
||||
Oops, I couldn't find that page! Sorry about that.
|
||||
|
||||
Maybe try the search box (top right), or look through the [archives](/archives)?
|
||||
Maybe try the search box (top right), or look through the [archives](/archives/)?
|
||||
|
@ -1,4 +1,4 @@
|
||||
<ul class="main-navigation">
|
||||
<li><a href="{{ root_url }}/">Blog</a></li>
|
||||
<li><a href="{{ root_url }}/archives">Archives</a></li>
|
||||
<li><a href="{{ root_url }}/archives/">Archives</a></li>
|
||||
</ul>
|
||||
|
@ -13,7 +13,7 @@ layout: default
|
||||
{% if paginator.next_page %}
|
||||
<a class="prev" href="{{paginator.next_page}}">← Older</a>
|
||||
{% endif %}
|
||||
<a href="/archives">Blog Archives</a>
|
||||
<a href="/archives/">Blog Archives</a>
|
||||
{% if paginator.previous_page %}
|
||||
<a class="next" href="{{paginator.previous_page}}">Newer →</a>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user