aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 629e02f87aaef7d4a51bb938caa2c75db711b89f (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
layout: default
---
<article>
  <section class="header">
    {{ site.t.posted_on[page.lang] }} {{ page.date | date: site.t.date_format[page.lang] }}
  </section>
  <section>
    {{ content }}
  </section>
  <section>
    <p>
      {% include public-inbox.html %}
    </p>
  </section>
</article>