Compare commits

...

3 Commits

Author SHA1 Message Date
b29991255f Recent articles -> Last articles 2022-07-05 14:10:42 +02:00
9e3054ed67 typo 2019-04-27 01:17:28 +05:30
80f2ade1fa Font OpenSans 2019-04-27 01:01:41 +05:30
13 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
font-family: 'Open Sans'; font-family: 'Open Sans';
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(opensans/OpenSans-Semibold) format('truetype'); src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(opensans/OpenSans-SemiBold.ttf) format('truetype');
} }
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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">

View File

@ -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:"