title tag in head adjusted to use new board description from settings, plus homepage word changes

merge-requests/208/head
fatchan 5 years ago
parent 7c57fca366
commit 4c2176b1df
  1. 2
      gulp/res/css/style.css
  2. 2
      views/pages/board.pug
  3. 16
      views/pages/home.pug

@ -5,7 +5,7 @@ html {
body {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
background: #EEF2FF;
background: linear-gradient(#d6daf0 38px, #eef2ff 238px);
flex: 1;
display: flex;
flex-direction: column;

@ -2,7 +2,7 @@ extends ../layout.pug
include ../mixins/post.pug
block head
title /#{board._id}/ - #{board.description} - page #{page}
title /#{board._id}/ - #{board.settings.description} - page #{page}
block content
include ../includes/boardheader.pug

@ -1,10 +1,10 @@
extends ../layout.pug
block head
title Board list
title Imageboard
block content
h1.board-title Imageboard
h1.board-title Fatchan
.table-container.flex-center.mv-10
table.table-body
tr.table-head
@ -12,15 +12,13 @@ block content
tr.table-row
td
p
| This is an anonymous imageboard, a discussion board/BBS where users share text or images about various topics.
| This is an anonymous imageboard, a type of discussion board where users share images and text about various topics.
p
| The most notable feature of imageboards and primary difference to traditional forums is
| that anybody can make a post without the need to register an account or provide
| any personal information. This way, what is said becomes more important than who says it.
| Threads do not last forever and the least recently bumped threads are pruned as they fall off the last page. This creates an
| element of transience and keeps making room for new content.
| The primary difference to traditional forums is that anybody can make a post without the need to register an account or provide
| any personal information. This has numerous advantages. The bar for entry is lowered, users can remain anonymous
| and what is said becomes more important than whoever says it.
p
| Pick a board below to join the discussion.
| Choose a board below and join the discussion!
.table-container.flex-center.mv-10
table.table-body
tr.table-head

Loading…
Cancel
Save