Split base into multiple partials
This commit is contained in:
parent
c96adc71f9
commit
98cfee4ce2
19 changed files with 199 additions and 198 deletions
11
templates/partial/color.html
Normal file
11
templates/partial/color.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% if BROWSER_COLOR %}
|
||||
<!-- Chrome, Firefox OS and Opera -->
|
||||
<meta name="theme-color" content="{{ BROWSER_COLOR }}">
|
||||
<!-- Windows Phone -->
|
||||
<meta name="msapplication-navbutton-color" content="{{ BROWSER_COLOR }}">
|
||||
<!-- iOS Safari -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<!-- Microsoft EDGE -->
|
||||
<meta name="msapplication-TileColor" content="{{ BROWSER_COLOR }}">
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue