Compare commits
No commits in common. "2730c99463c7bc3906fb94742240f0796b9370f6" and "bd554b3814185be6fc9f5fc8180873fa49d2ece7" have entirely different histories.
2730c99463
...
bd554b3814
3 changed files with 4 additions and 4 deletions
|
@ -1401,7 +1401,7 @@ img {
|
||||||
.post-meta {
|
.post-meta {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
display: inline-block;
|
display: block;
|
||||||
margin-bottom: 1.333em;
|
margin-bottom: 1.333em;
|
||||||
font-family: 'Fira Sans', sans-serif;
|
font-family: 'Fira Sans', sans-serif;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}{{ article.title | striptags }}{% endblock %}
|
{% block title %}{{ article.title }}{% endblock %}
|
||||||
|
|
||||||
{# <!-- Choosing cover image --> #}
|
{# <!-- Choosing cover image --> #}
|
||||||
{% if article.cover %}
|
{% if article.cover %}
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
<span class="post-meta"> | Updated on {{ article.locale_modified }}</span>
|
<span class="post-meta"> | Updated on {{ article.locale_modified }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if selected_cover %}
|
{% if selected_cover %}
|
||||||
<div class="post-cover cover" style="background-image: url('{{ selected_cover }}'); background-position: left 0">
|
<div class="post-cover cover" style="background-image: url('{{ selected_cover }}')">
|
||||||
{% elif selected_color %}
|
{% elif selected_color %}
|
||||||
<div class="post-cover cover" style="background-color: {{ selected_color }}">
|
<div class="post-cover cover" style="background-color: {{ selected_color }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
@ -120,4 +120,4 @@
|
||||||
{% include "partials/loop.html" %}
|
{% include "partials/loop.html" %}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue