diff --git a/static/css/general.css b/static/css/general.css index 4ab7c3c..522fdaa 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -114,6 +114,10 @@ td, th { display: inline; } +#last-article-metadata { + margin-bottom: 1rem; +} + @media (max-width: 20rem), (max-width: 300px) { * { word-wrap: break-word; diff --git a/templates/page.html b/templates/page.html index 0d88a20..f8315c1 100644 --- a/templates/page.html +++ b/templates/page.html @@ -25,5 +25,6 @@ >

{% endif %} +
{{ page.content | safe }}
{% endblock content %}