diff options
Diffstat (limited to 'views/nposts.html')
-rw-r--r-- | views/nposts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/nposts.html b/views/nposts.html index 567b945..9ce120b 100644 --- a/views/nposts.html +++ b/views/nposts.html @@ -4,8 +4,8 @@ <hr> <ul id="navlinks"> - <li>[<a href="/{{ .page.Board.Name }}/catalog">Catalog</a>]</li> {{ template "partials/post_nav" .page }} + <li>[<a href="#bottom" id="top">Bottom</a>]</li> </ul> {{ template "partials/posts" .page }} @@ -14,8 +14,8 @@ <ul id="navlinks"> - <li>[<a href="/{{ .page.Board.Name }}/catalog">Catalog</a>]</li> {{ template "partials/post_nav" .page }} + <li>[<a href="#top" id="bottom">Top</a>]</li> </ul> <hr> |