aboutsummaryrefslogtreecommitdiff
path: root/_layouts/pastebins.html
blob: 6b7830c998cf0df36a2a074dadb4f152ea92942c (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
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>