From 797487a55f33a37080809398309f59dfa648e694 Mon Sep 17 00:00:00 2001 From: eatradish Date: Thu, 6 Apr 2023 14:46:21 +0800 Subject: feat: move license field to extra field --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 31623a7..793efad 100644 --- a/templates/base.html +++ b/templates/base.html @@ -65,7 +65,7 @@ {% endblock %} {% block footer %} -

{{ config.license | default(value='') }}

+

{{ config.extra.license | default(value='') }}

{% endblock %} -- cgit v1.2.3