_includes/head.html in dark-blog-theme-3.0.0 vs _includes/head.html in dark-blog-theme-3.0.1
- old
+ new
@@ -7,11 +7,11 @@
href="/assets/theme-assets/theme-fonts/Virgil.woff2"
as="font"
type="font/woff2"
crossorigin
>
- {%- seo -%}
+ {% comment %} {%- seo -%} {% endcomment %}
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
<script>
const colors = {
'dark-pink': '#f0b3e7',
'dark-green': '#b1d18a',
@@ -29,10 +29,10 @@
root.className = theme;
root.style.setProperty('--current-color', colors[theme]);
}
</script>
<script src="/assets/theme-assets/js/theme.js" defer></script>
- {%- feed_meta -%}
+ {% comment %} {%- feed_meta -%} {% endcomment %}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
</head>