Adds support for meta theme-color (#692)
This commit is contained in:
parent
c4a397509c
commit
ed31f79fb6
3 changed files with 10 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
<meta name="description" content="{{ page.subtitle }}">
|
||||
{% endif %}
|
||||
|
||||
{% if site.custom-site-color %}
|
||||
<meta name="theme-color" content="{{ site.custom-site-color }}">
|
||||
{% endif %}
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title | default: 'Untitled' }} {{ site.title-separator | default: '-' }} {{ site.description }}" href="{{ '/feed.xml' | absolute_url }}">
|
||||
|
||||
{% include gtag.html %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue