summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_layouts/post.html')
-rw-r--r--blog/_layouts/post.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/blog/_layouts/post.html b/blog/_layouts/post.html
new file mode 100644
index 0000000..93adac3
--- /dev/null
+++ b/blog/_layouts/post.html
@@ -0,0 +1,12 @@
+---
+layout: default
+---
+
+<article>
+ <header>
+ <h1>{{ page.title }}</h1>
+ </header>
+ <section id="post-body">
+ {{ content }}
+ </section>
+</article> \ No newline at end of file