aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/_layouts/post.html
blob: c00467d4e3891a2814d1840ef437506d964867c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
---
<h2>{{ page.title }}</h2>
<small>{{ page.date | date_to_string }}</small>

<div class="post">
  <hr>
  {{ content }}
</div>
{% include disqus.html %}