From 17caef1aed9f53b4bec658ff237e9becb2ba72cc Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 30 Mar 2018 09:41:08 +0200 Subject: [PATCH] Fix 'home button' link in digimarks title --- templates/base.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index b4a6808..e66f821 100644 --- a/templates/base.html +++ b/templates/base.html @@ -71,11 +71,17 @@ background-color: #ef5350; /* red lighten-1 */ } - + +{% if not sortmethod %} + {% set sortmethod = None %} +{% endif %} +{% if not show_as %} + {% set show_as = None %} +{% endif %}