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