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