diff --git a/filed/templates/authors.html b/filed/templates/authors.html index 20850e6..bdead71 100644 --- a/filed/templates/authors.html +++ b/filed/templates/authors.html @@ -5,6 +5,9 @@

Authors

+ {%- if conf.brand.instance_name != "blek! File" -%} + {{ conf.brand.instance_name }} is powered by + {%- endif -%} blek! File is free and Open Source software, which is released under the GPLv3{# -#} diff --git a/filed/templates/base.html b/filed/templates/base.html index 084d358..6c645e3 100644 --- a/filed/templates/base.html +++ b/filed/templates/base.html @@ -13,7 +13,7 @@ - blek! File + {{ conf.brand.instance_name }} @@ -26,7 +26,11 @@

{% include "text-x-generic.svg" %} - blek! File - a minute file sharing + {{- conf.brand.instance_name -}} + {%- if conf.brand.instance_motto.len() != 0 -%} + {#- Whitespace control is stupid -#} + {{- " - " -}}{{- conf.brand.instance_motto -}} + {%- endif -%}
diff --git a/filed/templates/seotags.html b/filed/templates/seotags.html index 272612f..f7fd053 100644 --- a/filed/templates/seotags.html +++ b/filed/templates/seotags.html @@ -1,19 +1,19 @@ - + - - + + {#- -#} - - + + - +