diff options
Diffstat (limited to 'static/nposts.html')
-rw-r--r-- | static/nposts.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/nposts.html b/static/nposts.html index e70b982..6def8b2 100644 --- a/static/nposts.html +++ b/static/nposts.html @@ -17,7 +17,9 @@ <hr> <ul style="margin: 0; padding: 0; display: inline"> <li style="display: inline"><a href="/{{ $board.Name }}/catalog">[Catalog]</a></li> + {{ if showArchive }} <li style="display: inline"><a href="/{{ $board.Name }}/archive">[Archive]</a></li> + {{ end }} <li style="display: inline"><a href="#bottom">[Bottom]</a></li> <li style="display: inline"><a href="javascript:location.reload()">[Refresh]</a></li> </ul> @@ -27,7 +29,9 @@ <hr> <ul style="margin: 0; padding: 0; display: inline"> <li style="display: inline"><a href="/{{ $board.Name }}/catalog">[Catalog]</a></li> + {{ if showArchive }} <li style="display: inline"><a href="/{{ $board.Name }}/archive">[Archive]</a></li> + {{ end }} <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> |