From 58f1c7c5acc4f7826519c9aab0756e4fffb50c75 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Sat, 6 May 2017 14:06:47 +1000 Subject: [PATCH 01/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afd014f7..0f443fdf 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ The provided unit file uses options directly; if you prefer a config file, do th * Fix up comments display * custom 404 page ## Other features +* Add support for postgres dbs * Report Feature and Moderation System * API improvement * Scraping From 0d562ca52205bd8030db948d57d92d24fad93336 Mon Sep 17 00:00:00 2001 From: Chuu Date: Sat, 6 May 2017 06:20:19 +0200 Subject: [PATCH 02/11] Put Renchon only on the home page. --- css/style.css | 6 +++++- templates/home.html | 1 + templates/index.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index fb1537f6..103cb68a 100644 --- a/css/style.css +++ b/css/style.css @@ -24,7 +24,11 @@ nav#mainmenu a { div#container { padding-top: 1.25em; - background: white url(/img/renchon.png) no-repeat; + background: white; +} + +div.cont-home { + background: white url(/img/renchon.png) no-repeat } body { diff --git a/templates/home.html b/templates/home.html index fa3eb538..8e3ef6f4 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,5 @@ {{define "title"}}Home{{end}} +{{define "contclass"}}cont-home{{end}} {{define "content"}}