diff --git a/static/css/style.css b/static/css/style.css index a7da3ba..f83fff4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1401,7 +1401,7 @@ img { .post-meta { position: relative; z-index: 10; - display: block; + display: inline-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 ea02eff..716ea9c 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ article.title }}{% endblock %} +{% block title %}{{ article.title | striptags }}{% 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 d863d79..8adf9bf 100644 --- a/templates/author.html +++ b/templates/author.html @@ -120,4 +120,4 @@ {% include "partials/loop.html" %}
-{% endblock content %} \ No newline at end of file +{% endblock content %}