diff --git a/static/css/style.css b/static/css/style.css index f83fff4..a7da3ba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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; diff --git a/templates/article.html b/templates/article.html index 716ea9c..ea02eff 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ article.title | striptags }}{% endblock %} +{% block title %}{{ article.title }}{% endblock %} {# #} {% if article.cover %} @@ -99,7 +99,7 @@ | Updated on {{ article.locale_modified }} {% endif %} {% if selected_cover %} -
+
{% elif selected_color %}
{% endif %} diff --git a/templates/author.html b/templates/author.html index 8adf9bf..d863d79 100644 --- a/templates/author.html +++ b/templates/author.html @@ -120,4 +120,4 @@ {% include "partials/loop.html" %}
-{% endblock content %} +{% endblock content %} \ No newline at end of file