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 -%}