From e3a53737fcd201c255c4ac8d18679a24ddda3172 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Sun, 6 Feb 2022 03:03:19 +0100 Subject: [PATCH] Add division line between post metadata and content --- static/css/general.css | 4 ++++ templates/page.html | 1 + 2 files changed, 5 insertions(+) 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 %}