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