From 68561443a58d77c61632cb59d6ed2b7ac8b6a244 Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Mon, 11 Oct 2021 01:01:18 +0000 Subject: [PATCH] Mark unlisted posts There was a bug where unlisted posts would not have a marker next to them to show they are unlisted. --- src/pages/parts/story_breif.etlua.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/parts/story_breif.etlua.in b/src/pages/parts/story_breif.etlua.in index 98b97f1..1ad4b48 100644 --- a/src/pages/parts/story_breif.etlua.in +++ b/src/pages/parts/story_breif.etlua.in @@ -1,6 +1,6 @@ - <% if unlisted then %> + <% if story.unlisted then %> ⛔ <% end %>