From 4c2176b1df8c1d176e280f6ce92739d00a542898 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sat, 29 Jun 2019 10:38:31 +0000 Subject: [PATCH] title tag in head adjusted to use new board description from settings, plus homepage word changes --- gulp/res/css/style.css | 2 +- views/pages/board.pug | 2 +- views/pages/home.pug | 16 +++++++--------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 18ef51e9..6ccb6e8d 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -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; diff --git a/views/pages/board.pug b/views/pages/board.pug index 6ecd0d4b..8dc2417e 100644 --- a/views/pages/board.pug +++ b/views/pages/board.pug @@ -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 diff --git a/views/pages/home.pug b/views/pages/home.pug index 652873ce..d5fae059 100644 --- a/views/pages/home.pug +++ b/views/pages/home.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