Skip to content

Commit 07c6bd5

Browse files
miawgogofrenck
authored andcommitted
Added theme colour (home-assistant#4811)
Most mobile browsers and now discord use this to set appropriate colours in their interface, in discords case it is setting the colour of the line on the side of the content preview of links
1 parent 1c723cc commit 07c6bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.themes/classic/source/_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<meta name="HandheldFriendly" content="True">
1616
<meta name="MobileOptimized" content="320">
1717
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
<meta name="theme-color" content="#038FC7">
1819

1920
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
2021
<link rel="canonical" href="{{ canonical }}">

0 commit comments

Comments
 (0)