aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebin.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 02:17:01 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 02:17:01 -0300
commitde9473df009bdab19ea287af8b18b6c141c2749b (patch)
tree93dcef5582f070fbc6fdc180427397e72e111160 /_layouts/pastebin.html
parentWIP Jekyll (diff)
downloadeuandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.gz
euandre.org-de9473df009bdab19ea287af8b18b6c141c2749b.tar.xz
Reproduce hakyll behaviour
Diffstat (limited to '')
-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>