Recent articles -> Last articles
This commit is contained in:
parent
9e3054ed67
commit
b29991255f
@ -1,5 +1,5 @@
|
||||
{% block content %}
|
||||
<h1 class="section-heading" style="font-variant: small-caps">{{ gettext('Recent Articles') }}</h1>
|
||||
<h1 class="section-heading" style="font-variant: small-caps">{{ gettext('Last Articles') }}</h1>
|
||||
{% for article in articles %}
|
||||
{% if loop.index > PAGE_PAGINATION %}{% break %}{% endif %}
|
||||
<div class="post-preview">
|
||||
|
@ -40,8 +40,8 @@ msgstr "Catégorie :"
|
||||
msgid "Categories"
|
||||
msgstr "Catégories"
|
||||
|
||||
msgid "Recent Articles"
|
||||
msgstr "Articles Récents"
|
||||
msgid "Last Articles"
|
||||
msgstr "Derniers Articles"
|
||||
|
||||
msgid "Translation:"
|
||||
msgstr "Traduction :"
|
||||
|
Loading…
Reference in New Issue
Block a user