aboutsummaryrefslogtreecommitdiff
path: root/site/templates/pastebin-list.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-24 13:15:34 -0300
committerEuAndreh <eu@euandre.org>2020-01-24 13:15:34 -0300
commit1a08821a024cd09b361937b32d0498f21583d7e5 (patch)
tree86b9f08144fcf4e763f2e816919c9421aff360bd /site/templates/pastebin-list.html
parentutils.nix: Revert change (diff)
downloadeuandre.org-1a08821a024cd09b361937b32d0498f21583d7e5.tar.gz
euandre.org-1a08821a024cd09b361937b32d0498f21583d7e5.tar.xz
Add pastebins.html listing page
Diffstat (limited to '')
-rw-r--r--site/templates/pastebin-list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/templates/pastebin-list.html b/site/templates/pastebin-list.html
new file mode 100644
index 0000000..4c98c80
--- /dev/null
+++ b/site/templates/pastebin-list.html
@@ -0,0 +1,7 @@
+<ul>
+ $for(pastebins)$
+ <li>
+ <a href="$url$">$title$</a> - $date$
+ </li>
+ $endfor$
+</ul>