Compare commits

...

4 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
a277abeb44 Category information to be used with plugin autopages 2019-04-26 02:34:22 +05:30
16 changed files with 12 additions and 6 deletions

View File

@ -158,7 +158,10 @@ hr.small {
margin-bottom: 50px; margin-bottom: 50px;
text-shadow: black 0em 0em 0.2em; text-shadow: black 0em 0em 0.2em;
} }
.post-heading > a { .post-heading p a {
text-decoration: none;
}
.post-heading a {
font-weight: bold; font-weight: bold;
color: #ddd; color: #ddd;
} }

File diff suppressed because one or more lines are too long

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

@ -16,6 +16,9 @@
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading"> <div class="post-heading">
<h1>{{ gettext('Category:') }} {{ category }}</h1> <h1>{{ gettext('Category:') }} {{ category }}</h1>
{% if category.page.content %}
{{ category.page.content }}
{% endif %}
</div> </div>
</div> </div>
</div> </div>

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