forked from slonk/bingus-blog
remove shortcut icon
This commit is contained in:
parent
41228d55b6
commit
602f57581a
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
||||||
<meta property="og:description" content="{{ meta.description }}" />
|
<meta property="og:description" content="{{ meta.description }}" />
|
||||||
{% match meta.icon %} {% when Some with (url) %}
|
{% match meta.icon %} {% when Some with (url) %}
|
||||||
<meta property="og:image" content="{{ url }}" />
|
<meta property="og:image" content="{{ url }}" />
|
||||||
<link rel="shortcut icon" href="{{ url }}" />
|
|
||||||
{% when None %} {% endmatch %}
|
{% when None %} {% endmatch %}
|
||||||
<title>{{ meta.title }}</title>
|
<title>{{ meta.title }}</title>
|
||||||
<link rel="stylesheet" href="/static/style.css" />
|
<link rel="stylesheet" href="/static/style.css" />
|
||||||
|
|
Loading…
Reference in a new issue