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/npost.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/npost.html') diff --git a/views/npost.html b/views/npost.html index 7c22b9b..04a0d97 100644 --- a/views/npost.html +++ b/views/npost.html @@ -25,6 +25,7 @@ + {{ if gt (len .page.Posts) 0 }} {{ if eq (index .page.Posts 0).Type "Note" }} [Post a Reply] @@ -35,6 +36,7 @@ {{ $replies := (index .page.Posts 0).Replies }} {{ $replies.TotalItems }} / {{ $replies.TotalImgs }} + {{ end }} -- cgit v1.2.3