aboutsummaryrefslogblamecommitdiff
path: root/_layouts/pastebins-listing.html
blob: e829e5e5586b151dc55c6427930ab2f1d8e8f72f (plain) (tree)
1
2
3
4
5
6
7
8


               
                          


                                        
                                                                                                                                             


                
---
layout: default
---
<h1>Pastebins listing</h1>
<ul>
  {%- for pastebin in site.pastebins -%}
  <li>
    <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {{ pastebin.date | date: site.t.date_format[page.lang] }}
  </li>
  {%- endfor -%}
</ul>