diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 01:45:00 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 03:21:06 -0300 |
commit | d9d57b216630b90f0c97399b6d70091f0c35998a (patch) | |
tree | 8be5fcf0b03ce31f90ed86a59bdbc3584439b6b9 /_layouts | |
parent | Add some categories to existing pastebins (diff) | |
download | euandre.org-d9d57b216630b90f0c97399b6d70091f0c35998a.tar.gz euandre.org-d9d57b216630b90f0c97399b6d70091f0c35998a.tar.xz |
Use 'post' layout for pastebins
Diffstat (limited to '')
-rw-r--r-- | _layouts/pastebin.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_layouts/pastebin.html b/_layouts/pastebin.html deleted file mode 100644 index 4314ca2..0000000 --- a/_layouts/pastebin.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default ---- -<article> - <section class="header"> - Posted on {% include i18n-date.html date=page.date %} - </section> - <section> - {{ content }} - </section> -</article> |