_includes/head.html in no-style-please-0.1.1 vs _includes/head.html in no-style-please-0.1.2
- old
+ new
@@ -1,11 +1,13 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
+ <title>{{ site.title }}</title>
+
{% feed_meta %}
- {% seo %}
+ {% seo title=false %}
{% if site.goat_counter and jekyll.environment == "production" %}
{% include goat_counter.html %}
{% endif %}
\ No newline at end of file