From d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 10:10:00 -0400 Subject: feat: style changes for cards and banners and text size --- templates/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index fb8d28b..9eb3444 100644 --- a/templates/post.html +++ b/templates/post.html @@ -16,9 +16,9 @@

{{ post.get_title() }}

-
+
{{ post.get_article()|markdown }}
-{% endblock %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3