aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebin.html
blob: 21e4f6554bee87a627caf68260940ba6de8c8710 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
---
<article>
  <section class="header">
    Posted on {{ page.date | date: site.t.date_format[page.lang] }}
  </section>
  <section>
    {{ content }}
  </section>
</article>