diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-08-05 15:52:30 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-08-05 15:52:30 +0200 |
commit | 92ae567c107aa246e58587fa926ff9116dbda0b1 (patch) | |
tree | 816c7b156660d13eb564c1286530f0bd9ceb4319 /blog/_layouts/post.html | |
parent | 357100da75d3730e0106f8b301e056bbab70263c (diff) | |
download | norsk-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/post.html')
-rw-r--r-- | blog/_layouts/post.html | 12 |
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 |