_includes/head/links-static.html in jekyll-theme-hydejack-9.0.0 vs _includes/head/links-static.html in jekyll-theme-hydejack-9.0.1
- old
+ new
@@ -1,10 +1,10 @@
{% if plugins contains 'jekyll-feed' %}{% include head/feed-tag.html %}{% endif %}
-<link rel="shortcut icon" href="{{ '/assets/icons/favicon.ico' | relative_url }}">
-<link rel="apple-touch-icon" href="{{ '/assets/icons/icon.png' | relative_url }}">
+<link rel="shortcut icon" href="{{ '/assets/icons/favicon.ico' | relative_url }}">
+<link rel="apple-touch-icon" href="{{ '/assets/icons/icon-192x192.png' | relative_url }}">
-<link rel="manifest" href="{{ '/assets/manifest.json' | relative_url }}">
+<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}">
{% if site.google_fonts %}
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
{% endif %}
\ No newline at end of file