aboutsummaryrefslogtreecommitdiff
path: root/static/npost.html
diff options
context:
space:
mode:
authorFChannel <=>2021-02-02 23:28:35 -0800
committerFChannel <=>2021-02-02 23:28:35 -0800
commit3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (patch)
tree7c5427161376bd6e2f18ccf4b92fd6af2ae24fc9 /static/npost.html
parentea664188aa26a55b31c5b789cb4a98e33af7fc99 (diff)
added rules.html and faq.html change to fit your own instance specs.
Diffstat (limited to 'static/npost.html')
-rw-r--r--static/npost.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/npost.html b/static/npost.html
index dd5c898..6c837cf 100644
--- a/static/npost.html
+++ b/static/npost.html
@@ -23,10 +23,10 @@
<li style="display: inline"><a id="bottom" href="#top">[Top]</a></li>
<li style="display: inline"><a href="javascript:location.reload()">[Refresh]</a></li>
</ul>
-<div style=": inline; text-align: center;">
- <span><a id="reply-content" href="javascript:quote('{{ $board.Actor }}', '{{ (index .Posts 0).Id }}', 'reply')">[Post a Reply]</a></span>
- {{ $replies := (index .Posts 0).Replies }}
- <span style="float: right;">{{ $replies.TotalItems }} / {{ $replies.TotalImgs }}</span>
+{{ $replies := (index .Posts 0).Replies }}
+<span style="float: right;">{{ $replies.TotalItems }} / {{ $replies.TotalImgs }}</span>
+<div style="width: 500px; margin: 0 auto; text-align: center;">
+ <span ><a id="reply-content" href="javascript:quote('{{ $board.Actor }}', '{{ (index .Posts 0).Id }}', 'reply')">[Post a Reply]</a></span>
</div>
<hr>
{{ end }}