mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2024-12-22 08:43:33 +01:00
3eaed2eaa8
* Reorganize resource directories (templates, less, static) * Show categories on index * Add favicon
8 lines
433 B
HTML
8 lines
433 B
HTML
<meta charset="UTF-8">
|
|
<title>Cancionero - Parroquia San Leandro</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="icon" type="image/svg+xml" href="{{ path|urlencode }}/favicon.svg"/>
|
|
<link rel="stylesheet" type="text/css" href="{{ path|urlencode }}/main.css"/>
|
|
{% if specific_css %}
|
|
<link rel="stylesheet" type="text/css" href="{{ path|urlencode }}/{{ specific_css|urlencode }}"/>
|
|
{% endif %}
|