diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-05 20:15:55 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:52:40 -0700 |
commit | d541ceb9d5bcdbff23324842d3a4411a9ea2bca7 (patch) | |
tree | b26463f508706a281f04f8f60564dad2ca09f6ab /static/npost.html | |
parent | a1e1a5f003fcbeec35b3cb0399ca41d6d3579425 (diff) |
remove post a reply at the bottom
Diffstat (limited to 'static/npost.html')
-rw-r--r-- | static/npost.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/npost.html b/static/npost.html index 026d775..38a8950 100644 --- a/static/npost.html +++ b/static/npost.html @@ -44,11 +44,13 @@ {{ $replies := (index .Posts 0).Replies }} <span style="float: right;">{{ $replies.TotalItems }} / {{ $replies.TotalImgs }}</span> +<!-- <div style="width: 500px; height: 22px; margin: 0 auto; text-align: center;"> {{ if eq (index .Posts 0).Type "Note" }} <span ><a id="reply-content" href="javascript:quote('{{ $board.Actor.Id }}', '{{ (index .Posts 0).Id }}', 'reply')">[Post a Reply]</a></span> {{ end }} </div> +--> <hr> {{ end }} |