From 2ed60cd0458ed8db4b4b1042bf5d817de394affc Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 3 Nov 2023 19:35:51 +1000 Subject: [PATCH] alternative display for header in mobile mode --- filed/templates/source/base.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/filed/templates/source/base.html b/filed/templates/source/base.html index 4e23bf8..2c9afeb 100644 --- a/filed/templates/source/base.html +++ b/filed/templates/source/base.html @@ -16,6 +16,21 @@ {{ conf.brand.instance_name }} + {%- if cfg!(debug_assertions) -%} @@ -33,7 +48,7 @@ {{- conf.brand.instance_name -}} {%- if conf.brand.instance_motto.len() != 0 -%} {#- Whitespace control is stupid -#} - {{- " - " -}}{{- conf.brand.instance_motto -}} + {{- " - " -}}{{- conf.brand.instance_motto -}} {%- endif -%}