summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html20
1 files changed, 6 insertions, 14 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 3a76d42..17739c5 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,16 +1,8 @@
-<!DOCTYPE html>
-<html>
- {% include header.liquid %}
-
- <div class="columns">
- <div class="column page-container mt-4">
- {% include top_bar.liquid %}
-
- <div class="column is-full content mt-4">
- {{ content }}
- </div>
- </div>
- </div>
-</html>
+---
+layout: default
+---
+<div class="column is-full content mt-4">
+ {{ content }}
+</div>