aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebin.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/pastebin.html')
-rw-r--r--_layouts/pastebin.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_layouts/pastebin.html b/_layouts/pastebin.html
new file mode 100644
index 0000000..51194d7
--- /dev/null
+++ b/_layouts/pastebin.html
@@ -0,0 +1,11 @@
+---
+layout: default
+---
+<article>
+ <section class="header">
+ Posted on {{ page.date | date: "%b %-d, %Y" }}
+ </section>
+ <section>
+ {{ content }}
+ </section>
+</article>