From b02f813e519dc890f2eb4827ff52cff3ff90c828 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 19 Jun 2022 12:47:32 -0700 Subject: v0.1.0 --- views/partials/top.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'views/partials/top.html') diff --git a/views/partials/top.html b/views/partials/top.html index 2a5c16b..58944a5 100644 --- a/views/partials/top.html +++ b/views/partials/top.html @@ -3,11 +3,7 @@

{{ .Board.Summary }}

{{ $len := len .Posts }} {{ if eq $len 0 }} - {{ if eq .PostType "reply" }} - {{ if eq (index .Posts 0).Locked false }} - - {{ end }} - {{ else if and (eq .PostType "new") }} + {{ if eq .PostType "new" }} {{ end }}
-- cgit v1.2.3