mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-27 15:24:15 +00:00
make link domain-independent
This commit is contained in:
parent
e872e5743e
commit
ffda3a72f8
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>{% block title %}{{ app.name }}{% endblock %}</title>
|
<title>{% block title %}{{ app.name }}{% endblock %}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url('main_index') }}css/{{ app.theme }}.css?{{ app.version }}" />
|
<link rel="stylesheet" type="text/css" href="{{ path('main_index') }}css/{{ app.theme }}.css?{{ app.version }}" />
|
||||||
{% block favicon %}{% endblock %}
|
{% block favicon %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user