From f112f0bd43c2611b66a57b80cc95bd75026bd730 Mon Sep 17 00:00:00 2001 From: blek Date: Sat, 21 Oct 2023 12:08:52 +1000 Subject: [PATCH] display branding using the config file provided --- filed/templates/authors.html | 3 +++ filed/templates/base.html | 8 ++++++-- filed/templates/seotags.html | 12 ++++++------ 3 files changed, 15 insertions(+), 8 deletions(-) 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 @@

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 @@ - + - - + + {#- -#} - - + + - +