From 37be5c9723090443855c8a0aa5ff81d1fb2f7d88 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 2 Mar 2024 01:58:22 +0200 Subject: [PATCH] reduice post title top margin to accomodate prev commit --- files/templates/post.html | 2 +- files/templates/post_listing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/post.html b/files/templates/post.html index cb3323554..95513032b 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -91,7 +91,7 @@ {{macros.reports(p, 'post')}} -

+

{% if p.cw %} CHILD WARNING {% endif %} diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index f6eb93573..19eadb737 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -90,7 +90,7 @@ -

+
{% if p.cw %} CHILD WARNING {% endif %}