removed SITETAG
This commit is contained in:
parent
b79bc11ca9
commit
59cb812af0
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user