|
@@ -84,8 +84,9 @@
|
|
|
<link rel="feed" href="{{ .RSSLink | default .Site.RSSLink }}" type="application/rss+xml" title="{{ .Site.Title }}">
|
|
|
{{ end }}
|
|
|
|
|
|
+ <link rel="manifest" href="site.webmanifest">
|
|
|
<link rel="icon" type="image/png" href="{{ "/img/icon.png" | relURL }}">
|
|
|
- <link rel="apple-touch-icon" type="image/png" href="{{ "/img/apple-touch-icon.png" | relURL }}">
|
|
|
+ <link rel="apple-touch-icon" type="image/png" href="{{ "/img/icon-192.png" | relURL }}">
|
|
|
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
|
|