aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index 18544b4..80476ae 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,14 +1,7 @@
---
-layout: base
+layout: default
---
-<article class="post">
- <header class="post-header">
- <h1 class="post-title">{{ page.title | escape }}</h1>
- </header>
+<h1>{{ page.title }}</h1>
- <div class="post-content">
- {{ content }}
- </div>
-
-</article>
+{{ content }}