diff options
Diffstat (limited to 'website/content/_layouts/post.html')
-rwxr-xr-x | website/content/_layouts/post.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/content/_layouts/post.html b/website/content/_layouts/post.html new file mode 100755 index 000000000..640bee5af --- /dev/null +++ b/website/content/_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> |