Split base into multiple partials

This commit is contained in:
Alexandre Vicenzi 2022-07-08 20:36:43 +02:00
parent c96adc71f9
commit 98cfee4ce2
19 changed files with 199 additions and 198 deletions

View file

@ -0,0 +1,4 @@
{% if FAVICON %}
<link rel="shortcut icon" href="{{ FAVICON }}" type="image/x-icon">
<link rel="icon" href="{{ FAVICON }}" type="image/x-icon">
{% endif %}