cancionero-web/res/templates/head.html
Carlos Galindo 3eaed2eaa8 Add categories and favicon
* Reorganize resource directories (templates, less, static)
* Show categories on index
* Add favicon
2020-12-25 22:07:20 +01:00

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 %}