summaryrefslogtreecommitdiffhomepage
path: root/website/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/_layouts/post.html')
-rw-r--r--website/_layouts/post.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/_layouts/post.html b/website/_layouts/post.html
new file mode 100644
index 000000000..640bee5af
--- /dev/null
+++ b/website/_layouts/post.html
@@ -0,0 +1,10 @@
+---
+layout: blog
+---
+
+<div class="blog-meta">
+ {% include byline.html authors=page.authors date=page.date %}
+</div>
+<div class="blog-content">
+ {{ content }}
+</div>