summaryrefslogtreecommitdiffhomepage
path: root/website/_layouts/post.html
blob: 640bee5af4af04d2eb1dcba2313a93979ce41e41 (plain)
1
2
3
4
5
6
7
8
9
10
---
layout: blog
---

<div class="blog-meta">
  {% include byline.html authors=page.authors date=page.date %}
</div>
<div class="blog-content">
  {{ content }}
</div>