_includes/head.html in jekyll-theme-gruv-poole-1.0.0 vs _includes/head.html in jekyll-theme-gruv-poole-1.0.1
- old
+ new
@@ -19,10 +19,13 @@
<link rel="preload" href="{{ 'assets/fonts/body/Jost.woff2' | relative_url }}" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="{{ 'assets/main.css' | relative_url }}">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/assets/apple-touch-icon-precomposed.png' | relative_url }}">
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}">
- <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ 'atom.xml' | relative_url }}">
+
+ {% if site.rss_feed %}
+ <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.rss_feed | relative_url }}">
+ {% endif %}
{% if jekyll.environment == 'production' and site.google_analytics %}
{% include google-analytics.html %}
{% endif %}
</head>