aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebins.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_layouts/pastebins.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_layouts/pastebins.html b/_layouts/pastebins.html
new file mode 100644
index 0000000..6b7830c
--- /dev/null
+++ b/_layouts/pastebins.html
@@ -0,0 +1,10 @@
+---
+layout: default
+---
+<ul>
+ {%- for pastebin in site.pastebins -%}
+ <li>
+ <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {{ pastebin.date | date: "%b %-d, %Y" }}
+ </li>
+ {%- endfor -%}
+</ul>