aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebin.html
blob: 51194d722f541d8ae8f935fe12a01ad86f2de93e (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: "%b %-d, %Y" }}
  </section>
  <section>
    {{ content }}
  </section>
</article>