Revert "Localise clean-blog Theme"

This commit is contained in:
Gilson Filho
2017-05-12 23:32:57 -03:00
committed by GitHub
parent 7572322a86
commit 8e4ccef4eb
16 changed files with 26 additions and 238 deletions

View File

@ -4,10 +4,10 @@
<ul class="pager">
<li class="next">
{% if articles_page.has_next() %}
<a href="{{ SITEURL }}/{{ articles_next_page.url }}">{{ gettext('Older Posts') }} &rarr;</a>
<a href="{{ SITEURL }}/{{ articles_next_page.url }}">Older Posts &rarr;</a>
{% endif %}
{% if articles_page.has_previous() %}
<a href="{{ SITEURL }}/{{ articles_previous_page.url }}"> &larr; {{ gettext('Newest Posts') }}</a>
<a href="{{ SITEURL }}/{{ articles_previous_page.url }}"> &larr; Newest Posts</a>
{% endif %}
</li>
</ul>