From 65e79e6a743f447f320595dafec530212a568b9d Mon Sep 17 00:00:00 2001 From: anomalous69 <81135357+anomalous69@users.noreply.github.com> Date: Tue, 12 Oct 2021 17:02:27 +1300 Subject: Move square brackets out of --- static/top.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/top.html') diff --git a/static/top.html b/static/top.html index 0e265d8..8a1af95 100644 --- a/static/top.html +++ b/static/top.html @@ -5,9 +5,9 @@ {{ $len := len .Posts }} {{ if eq $len 0 }} {{ if .Board.InReplyTo }} - + {{ else }} - + {{ end }}
@@ -61,9 +61,9 @@ {{ if eq (index .Posts 0).Type "Note" }} {{ if .Board.InReplyTo }} - + {{ else }} - + {{ end }} {{ $len := len .Posts }}
-- cgit v1.2.3