From a291d8a38b40569fdd1f00125ca0b29e4b9264f2 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 18 Jul 2018 22:30:05 -0700 Subject: Improve themes handling - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag --- template/html/common/layout.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'template/html') diff --git a/template/html/common/layout.html b/template/html/common/layout.html index e396896..dbf7079 100644 --- a/template/html/common/layout.html +++ b/template/html/common/layout.html @@ -3,8 +3,9 @@ - + {{template "title" .}} - Miniflux + @@ -30,12 +31,9 @@ {{ if .csrf }} {{ end }} - {{template "title" .}} - Miniflux - {{ if .user }} - - {{ else }} - - {{ end }} + + + -- cgit v1.2.3