From 146901fa80086060d790a44346abc6f742620c5e Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 11 Oct 2022 00:00:38 +0100 Subject: [PATCH] set site title dynamically in index.html template. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index e1a19fd..1e12b2d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,5 +1,5 @@ {% extends "layouts/default.html" %} -{% block title %}Nicola Ellis & Ritherdon Archive{% endblock %} +{% block title %}{{system-data.first.site-name}}{% endblock %} {% block content %}
{{content | safe }}