removed SITETAG

This commit is contained in:
eclipse 2025-02-10 23:52:30 +01:00
parent b79bc11ca9
commit 59cb812af0

View File

@ -12,8 +12,7 @@
{% for css in STYLESHEET_FILES %}
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ css }}" />
{% endfor %}
<title>{% block title %}{{ SITENAME }}{% if SITETAG %} - {{ SITETAG|escape }}{%
endif %}{% endblock %}</title>
<title>{% block title %}{{ SITENAME }}{% endblock %}</title>
</head>
<body>