Split base into multiple partials
This commit is contained in:
parent
c96adc71f9
commit
98cfee4ce2
19 changed files with 199 additions and 198 deletions
4
templates/partial/icon.html
Normal file
4
templates/partial/icon.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue