minor overboard layout change, reference #286

merge-requests/208/head
Thomas Lynch 4 years ago
parent 0df0b30018
commit 01b6afba87
  1. 5
      views/pages/overboard.pug
  2. 8
      views/pages/overboardcatalog.pug

@ -8,7 +8,10 @@ block content
.board-header
h1.board-title Overboard Index
h4.board-description Recently bumped threads from all listed boards
a(href='/catalog.html') Catalog View
|
| (
a(href='/catalog.html') Catalog View
| )
hr(size=1)
if threads.length === 0
p No posts.

@ -6,10 +6,14 @@ block head
block content
.board-header
.board-header.mb-5
h1.board-title Overboard Catalog
h4.board-description Recently bumped threads from all listed boards
a(href='/overboard.html') Index View
|
| (
a(href='/overboard.html') Index View
| )
br
include ../includes/stickynav.pug
.wrapbar
.pages.jsonly

Loading…
Cancel
Save