From 0d562ca52205bd8030db948d57d92d24fad93336 Mon Sep 17 00:00:00 2001 From: Chuu Date: Sat, 6 May 2017 06:20:19 +0200 Subject: [PATCH] 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"}}