diff options
Diffstat (limited to 'views/partials/post_nav.html')
-rw-r--r-- | views/partials/post_nav.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/partials/post_nav.html b/views/partials/post_nav.html new file mode 100644 index 0000000..eab52d1 --- /dev/null +++ b/views/partials/post_nav.html @@ -0,0 +1,7 @@ +<!-- TODO: showArchive function needs to be fixed + \{\{ if showArchive }} + <li>[<a href="/{{ .Board.Name }}/archive">Archive</a>]</li> + \{\{ end }} + --> +<li>[<a href="#top" id="bottom">Top</a>]</li> +<li>[<a href="javascript:location.reload()">Refresh</a>]</li> |