From 683de5193680d4c8d9df2b273daa17b4c4f847d7 Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Fri, 20 Aug 2021 14:51:43 -0300 Subject: fix a couple problems --- static/top.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'static/top.html') diff --git a/static/top.html b/static/top.html index 94abad7..0e265d8 100644 --- a/static/top.html +++ b/static/top.html @@ -1,13 +1,13 @@ {{ define "top" }} -
+

/{{ .Board.Name }}/ - {{ .Board.PrefName }}

{{ .Board.Summary }}

{{ $len := len .Posts }} {{ if eq $len 0 }} {{ if .Board.InReplyTo }} - + {{ else }} - + {{ end }}
@@ -16,7 +16,7 @@ - [X] + [X] @@ -61,9 +61,9 @@ {{ if eq (index .Posts 0).Type "Note" }} {{ if .Board.InReplyTo }} - + {{ else }} - + {{ end }} {{ $len := len .Posts }}
@@ -73,7 +73,7 @@ - [X] + [X] -- cgit v1.2.3