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