homepage change, update for diff boardlist sfw icons

merge-requests/208/head
fatchan 5 years ago
parent 9662bebfeb
commit 7a6f876b84
  1. 16
      views/pages/home.pug

@ -11,23 +11,23 @@ block content
tr tr
th.alt Welcome th.alt Welcome
tr tr
td td.text-center
p p
| This is an anonymous imageboard, a type of discussion board where users share images and text about various topics. | This is an anonymous imageboard, a type of BBS where anyone can post messages and share images.
p p
| The primary difference between anonymous imageboards and traditional forums is that anybody can make a post without registering | You do not need to register or provide any personal information to make a post. This lowers the barrier to entry, protects user identities and focuses on what is said, rather than who says it.
| an account or providing any personal information. This lowers the barrier to entry, protects user identities and focuses on what is said, rather than who says it.
p p
| Choose a topic below to join the discussion, or | Choose a board below to join the discussion, or
a(href='/create.html') create your own board a(href='/create.html') create your own
| . | .
if boards && boards.length > 0 if boards && boards.length > 0
include ../includes/boardtable.pug include ../includes/boardtable.pug
each board in boards each board in boards
tr tr
td td
if board.settings.sfw if board.settings.sfw === true
span.user-id.sfw SFW span.left
span(title='SFW') 💼
| |
a(href=`/${board._id}/index.html`) /#{board._id}/ - #{board.settings.name} a(href=`/${board._id}/index.html`) /#{board._id}/ - #{board.settings.name}
td #{board.settings.description} td #{board.settings.description}

Loading…
Cancel
Save