diff options
author | EuAndreh <eu@euandre.org> | 2020-01-24 13:15:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-24 13:15:34 -0300 |
commit | 1a08821a024cd09b361937b32d0498f21583d7e5 (patch) | |
tree | 86b9f08144fcf4e763f2e816919c9421aff360bd /site/templates/pastebin.html | |
parent | utils.nix: Revert change (diff) | |
download | euandre.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.html | 8 |
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> |