fixed title
This commit is contained in:
parent
c19ded10b1
commit
7d5c522e6a
|
@ -6,7 +6,7 @@
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>{{ title }}</title>
|
<title>{{ i18n.title }}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="/css/base.css?t={{ epoch }}">
|
<link rel="stylesheet" type="text/css" href="/css/base.css?t={{ epoch }}">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/colors.css?t={{ epoch }}">
|
<link rel="stylesheet" type="text/css" href="/css/colors.css?t={{ epoch }}">
|
||||||
{%- if config.animations == "1" or config.animations == "true" %}
|
{%- if config.animations == "1" or config.animations == "true" %}
|
||||||
|
|
Loading…
Reference in New Issue