aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-09 12:07:51 -0300
committerEuAndreh <eu@euandre.org>2020-02-09 12:07:51 -0300
commit122f9cb88859d3e3151ed6a75c83600890a0a5c9 (patch)
tree3ef85a055e80bf470a4f4533e9f339794dc23b33 /_layouts
parentAdd missing URI escaping (diff)
downloadeuandre.org-122f9cb88859d3e3151ed6a75c83600890a0a5c9.tar.gz
euandre.org-122f9cb88859d3e3151ed6a75c83600890a0a5c9.tar.xz
Remove unused pastebins layout
Diffstat (limited to '')
-rw-r--r--_layouts/pastebins.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/_layouts/pastebins.html b/_layouts/pastebins.html
deleted file mode 100644
index 45443c5..0000000
--- a/_layouts/pastebins.html
+++ /dev/null
@@ -1,10 +0,0 @@
----
-layout: default
----
-<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>