_includes/head.html in aemi-1.0.6 vs _includes/head.html in aemi-1.0.7
- old
+ new
@@ -1,8 +1,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
- {%- include seo.html -%}
+ {%- seo -%}
<link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
{%- feed_meta -%}
</head>