aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_layouts/default.html8
-rw-r--r--_layouts/page.html6
2 files changed, 6 insertions, 8 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index a553db6..c5bbdfe 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -111,8 +111,12 @@
</header>
<main>
- {% if page.title %}<h1>{{ page.title }}</h1>{% endif %}
- {{ content }}
+ <article>
+ <h1>
+ {{ page.title }}
+ </h1>
+ {{ content }}
+ </article>
</main>
<footer>
diff --git a/_layouts/page.html b/_layouts/page.html
deleted file mode 100644
index 57116c1..0000000
--- a/_layouts/page.html
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: default
----
-<article class="post">
- {{ content }}
-</article>