mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
@ -12,5 +12,5 @@
|
||||
</form>
|
||||
<ul role="main-nav">
|
||||
<li><a href="/">Blog</a></li>
|
||||
<li><a href="/archives.html">Archives</a></li>
|
||||
<li><a href="/blog/archives.html">Archives</a></li>
|
||||
</ul>
|
||||
|
||||
@ -13,7 +13,7 @@ blog_index: true
|
||||
{% if paginator.next_page %}
|
||||
<a href="/page{{paginator.next_page}}/">← Older</a>
|
||||
{% endif %}
|
||||
<a href="/archive.html">Blog Archive</a>
|
||||
<a href="/blog/archives.html">Blog Archive</a>
|
||||
{% if paginator.previous_page %}
|
||||
<a href="/page{{paginator.previous_page}}/">Newer →</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user