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

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