aboutsummaryrefslogtreecommitdiff
path: root/theme/templates
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates')
-rw-r--r--theme/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 65681e5..e21807e 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -3,7 +3,7 @@
<head>
{% block head %}
<meta charset="utf-8">
- <title>{% block subtitle %}{% endblock %}{% block title %}{{ site_name | default("seijaku") }}{% endblock %}</title>
+ <title>{% block subtitle %}{% endblock %}{% block title %}{{ site_name | default("cleberg.net") }}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if site_owner is defined %}<meta name="author" content="{{ site_owner }}">{% endif %}
{% if site_description is defined %}<meta name="description" content="{{ site_description }}">{% endif %}