diff options
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 }} |