From c2184d6add23d9b0ca44dbbc5d026ab4f482dceb Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 31 Jul 2021 16:35:42 -0700 Subject: added pop route for removing archived posts. removed seeing archive page when not archived posts. --- static/archive.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/archive.html') diff --git a/static/archive.html b/static/archive.html index 2b7d69a..aa37c94 100644 --- a/static/archive.html +++ b/static/archive.html @@ -39,6 +39,9 @@
+ {{ end }} | No. | Excerpt | @@ -46,12 +49,18 @@ {{ range $i, $e := .Posts }} {{ if mod $i 2 }} |
---|---|---|---|
[Pop] | + {{ end }}{{ short $board.Actor.Outbox $e.Id }} | {{ shortExcerpt $e }} | [View] |
[Pop] | + {{ end }}{{ short $board.Actor.Outbox $e.Id }} | {{ shortExcerpt $e }} | [View] | -- cgit v1.2.3