summaryrefslogtreecommitdiffstats
path: root/blog/_layouts
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-08-05 15:52:30 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-08-05 15:52:30 +0200
commit92ae567c107aa246e58587fa926ff9116dbda0b1 (patch)
tree816c7b156660d13eb564c1286530f0bd9ceb4319 /blog/_layouts
parent357100da75d3730e0106f8b301e056bbab70263c (diff)
downloadnorsk-urskog-main-92ae567c107aa246e58587fa926ff9116dbda0b1.tar.gz
norsk-urskog-main-92ae567c107aa246e58587fa926ff9116dbda0b1.tar.bz2
norsk-urskog-main-92ae567c107aa246e58587fa926ff9116dbda0b1.zip
Set correct default layout for posts.
Diffstat (limited to 'blog/_layouts')
-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