aboutsummaryrefslogtreecommitdiff
path: root/site/templates/pastebin.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.html
parentutils.nix: Revert change (diff)
downloadeuandre.org-1a08821a024cd09b361937b32d0498f21583d7e5.tar.gz
euandre.org-1a08821a024cd09b361937b32d0498f21583d7e5.tar.xz
Add pastebins.html listing page
Diffstat (limited to 'site/templates/pastebin.html')
-rw-r--r--site/templates/pastebin.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/site/templates/pastebin.html b/site/templates/pastebin.html
new file mode 100644
index 0000000..7aa2775
--- /dev/null
+++ b/site/templates/pastebin.html
@@ -0,0 +1,8 @@
+<article>
+ <section class="header">
+ Posted on $date$
+ </section>
+ <section>
+ $body$
+ </section>
+</article>