Browse Source

set site title dynamically in index.html template.

stable
Craig Oates 1 year ago
parent
commit
146901fa80
  1. 2
      templates/index.html

2
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 %}
<main>
{{content | safe }}

Loading…
Cancel
Save