Recent articles -> Last articles
This commit is contained in:
parent
9e3054ed67
commit
b29991255f
@ -1,5 +1,5 @@
|
|||||||
{% block content %}
|
{% 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 %}
|
{% for article in articles %}
|
||||||
{% if loop.index > PAGE_PAGINATION %}{% break %}{% endif %}
|
{% if loop.index > PAGE_PAGINATION %}{% break %}{% endif %}
|
||||||
<div class="post-preview">
|
<div class="post-preview">
|
||||||
|
@ -40,8 +40,8 @@ msgstr "Catégorie :"
|
|||||||
msgid "Categories"
|
msgid "Categories"
|
||||||
msgstr "Catégories"
|
msgstr "Catégories"
|
||||||
|
|
||||||
msgid "Recent Articles"
|
msgid "Last Articles"
|
||||||
msgstr "Articles Récents"
|
msgstr "Derniers Articles"
|
||||||
|
|
||||||
msgid "Translation:"
|
msgid "Translation:"
|
||||||
msgstr "Traduction :"
|
msgstr "Traduction :"
|
||||||
|
Loading…
Reference in New Issue
Block a user