aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 0bb165fd4924dd276d64e189989cbb0111fc51cc (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: default
---
<article>
  <section class="header">
    {{ site.t.posted_on[page.lang] }} {% include i18n-date.html date=page.date %}
  </section>
  {% if page.updated_at %}
  <section class="header">
    {{ site.t.updated_at[page.lang] }}
    </section>
  {% endif %}
  <section>
    {{ content }}
  </section>
  <section class="post-footer">
    <p>
      {% include public-inbox.html %}
    </p>
  </section>
</article>