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 {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin-bottom: 1.333em;
|
||||
font-family: 'Fira Sans', sans-serif;
|
||||
font-size: 0.75em;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ article.title | striptags }}{% endblock %}
|
||||
{% block title %}{{ article.title }}{% endblock %}
|
||||
|
||||
{# <!-- Choosing cover image --> #}
|
||||
{% if article.cover %}
|
||||
|
@ -99,7 +99,7 @@
|
|||
<span class="post-meta"> | Updated on {{ article.locale_modified }}</span>
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
<div class="post-cover cover" style="background-color: {{ selected_color }}">
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue