Add theme color for safari
This commit is contained in:
parent
65a0fd2d23
commit
fcff91d027
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="Gabriel Augendre">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="theme-color" content="#F6F8FA" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="#111111" media="(prefers-color-scheme: dark)">
|
||||
<title>{% block title %}Home | {% endblock %}{{ blog_title }} by {{ blog_author }}</title>
|
||||
{% block feed_link %}
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ blog_title }}" href="{% url 'complete-feed' %}">
|
||||
|
|
Reference in a new issue