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 @@
{% endif %} {% if selected_cover %} -