neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
6bc5e32af9ad6f144f8e619ee3bde124e53cb38c
parent
18403bce1daa5ea2fa192c8e23a30681d4267b09
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-11-08 08:50
use subreddit community_icon as fallback

Diffstat

M templates/base.html 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/templates/base.html b/templates/base.html

@@ -20,6 +20,8 @@
   20    20 		<header class="post">
   21    21 			{% if subreddit.data.icon_img %}
   22    22 				<img class="icon" src="{{ subreddit.data.icon_img }}" alt="">
   -1    23 			{% elif subreddit.data.community_icon %}
   -1    24 				<img class="icon" src="{{ subreddit.data.community_icon }}" alt="">
   23    25 			{% endif %}
   24    26 			<h1><a href="{{ subreddit.data.url }}">{{ subreddit.data.title }}</a></h1>
   25    27 			{{ subreddit.data.public_description_html|safe }}