remove extra slash

This commit is contained in:
ghost 2024-02-13 03:06:41 +02:00
parent e46f88fa58
commit a431f1a1f1

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<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="{{ url('main_index') }}css/{{ app.theme }}.css?{{ app.version }}" />
{% block favicon %}{% endblock %}
</head>
<body>