_layouts/default.html in no-style-please-0.3.1 vs _layouts/default.html in no-style-please-0.4.0
- old
+ new
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: "en" }}">
- {%- include head.html -%}
- <body a="{{ site.theme_config.appearance | default: "auto" }}">
+ {%- include head.html -%}
+ <body a="{{ site.theme_config.appearance | default: "auto" }}">
<main class="page-content" aria-label="Content">
- <div class="w">
- {{ content }}
- </div>
+ <div class="w">
+ {{ content }}
+ </div>
</main>
{% if site.goat_counter and jekyll.environment == "production" %}
- {% include goat_counter.html %}
+ {% include goat_counter.html %}
{% endif %}
- </body>
+ </body>
</html>
\ No newline at end of file