From 77b20af11c6492616ece6cc7100b9d1f10722c3b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 17 Oct 2023 20:13:02 +0200 Subject: Add color themes. --- views/header.pug | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'views/header.pug') diff --git a/views/header.pug b/views/header.pug index 454c35a..d386969 100644 --- a/views/header.pug +++ b/views/header.pug @@ -1,6 +1,9 @@ header a(href="/") - img(src="/images/rally-the-troops.svg" width=48 height=48) + if SITE_ICON + img(src="/images/"+SITE_ICON width=48 height=48) + else + img(src="/images/rally-the-troops.svg" width=48 height=48) nav a(href="/about") About if user -- cgit v1.2.3