_includes/head/links-static.html in jekyll-theme-hydejack-9.0.4 vs _includes/head/links-static.html in jekyll-theme-hydejack-9.1.0
- old
+ new
@@ -1,8 +1,8 @@
{% 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-192x192.png' | relative_url }}">
+<link rel="shortcut icon" href="{{ site.favicon | default:'/assets/icons/favicon.ico' | relative_url }}">
+<link rel="apple-touch-icon" href="{{ site.apple_touch_icon | default:'/assets/icons/icon-192x192.png' | relative_url }}">
<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}">
{% if site.google_fonts %}
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
\ No newline at end of file