diff options
Diffstat (limited to '')
-rw-r--r-- | _layouts/pastebins-listing.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/_layouts/pastebins-listing.html b/_layouts/pastebins-listing.html deleted file mode 100644 index 0c4a993..0000000 --- a/_layouts/pastebins-listing.html +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: default ---- -<h2>Pastebins listing</h2> -<ul> - {% assign pastebins = site.pastebins | sort: "date" | reverse %} - {%- for pastebin in pastebins -%} - <li> - <a href="{{ pastebin.url | relative_url }}">{{ pastebin.title | escape }}</a> - {% include i18n-date.html date=pastebin.date %} - </li> - {%- endfor -%} -</ul> |