diff options
author | FChannel <> | 2022-06-04 15:12:24 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 0b97866be3a15f64170673af9813b39cbc585db5 (patch) | |
tree | 0949491e1ccccb9d3861db2553c72a4794591903 /views/catalog.html | |
parent | 60752f58ab0eade30e88c1e98ad530a4b151586e (diff) |
archive page works
Diffstat (limited to 'views/catalog.html')
-rw-r--r-- | views/catalog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/catalog.html b/views/catalog.html index d4ec009..6a99d8f 100644 --- a/views/catalog.html +++ b/views/catalog.html @@ -6,6 +6,7 @@ <ul id="navlinks"> <li>[<a href="/{{ .page.Board.Name }}">Return</a>]</li> {{ template "partials/post_nav" .page }} + <li>[<a href="#bottom" id="top">Bottom</a>]</li> </ul> <hr> @@ -81,6 +82,7 @@ <ul id="navlinks"> <li>[<a href="/{{ .page.Board.Name }}">Return</a>]</li> {{ template "partials/post_nav" .page }} + <li>[<a href="#top" id="bottom">Top</a>]</li> </ul> <hr> |