Move favicons back into document root
This commit is contained in:
parent
caec5acee6
commit
a4b0083bb3
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB |
|
@ -19,8 +19,8 @@
|
|||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="shortcut icon" href="{% asset_path favicon.ico %}">
|
||||
<link rel="icon" type="image/png" href="{% asset_path favicon.png %}" />
|
||||
<link rel="shortcut icon" href="{{ "favicon.ico" | prepend: site.baseurl }}">
|
||||
<link rel="icon" type="image/png" href="{{ "favicon.png" | prepend: site.baseurl }}" />
|
||||
|
||||
<!-- RSS -->
|
||||
<link rel="alternate" type="application/atom+xml" title="{{ site.title }} Feed" href="{{ "/feed.xml" | prepend: site.url }}">
|
||||
|
|
Loading…
Reference in a new issue