Compare commits
4 Commits
e874b3471c
...
master
Author | SHA1 | Date | |
---|---|---|---|
b29991255f | |||
9e3054ed67 | |||
80f2ade1fa | |||
a277abeb44 |
@ -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;
|
||||||
}
|
}
|
||||||
|
2
static/css/clean-blog.min.css
vendored
2
static/css/clean-blog.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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';
|
||||||
|
BIN
static/fonts/opensans/OpenSans-Bold.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Bold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-BoldItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-ExtraBold.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-ExtraBoldItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-ExtraBoldItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-Italic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Italic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-Light.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Light.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-LightItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-LightItalic.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-Regular.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-Regular.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-SemiBold.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-SemiBold.ttf
Normal file
Binary file not shown.
BIN
static/fonts/opensans/OpenSans-SemiBoldItalic.ttf
Normal file
BIN
static/fonts/opensans/OpenSans-SemiBoldItalic.ttf
Normal file
Binary file not shown.
@ -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>
|
||||||
|
@ -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 :"
|
||||||
|
Reference in New Issue
Block a user