diff options
author | EuAndreh <eu@euandre.org> | 2020-02-05 02:34:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-05 02:34:14 -0300 |
commit | 7eee05176fa5921fbbda24b77413e50c4eef0ad3 (patch) | |
tree | 34979a1f904e794376c1646a82f0cb9750bcb022 /_layouts | |
parent | Use collections_dir (diff) | |
download | euandre.org-7eee05176fa5921fbbda24b77413e50c4eef0ad3.tar.gz euandre.org-7eee05176fa5921fbbda24b77413e50c4eef0ad3.tar.xz |
Revert collections_dir
Diffstat (limited to '')
-rw-r--r-- | _layouts/index.html | 1 | ||||
-rw-r--r-- | _layouts/pastebins-listing.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/index.html b/_layouts/index.html index 675d9e0..2c44ece 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,6 +1,7 @@ --- layout: default --- +<h1>Recent posts</h1> <ul> {%- for post in site.posts -%} <li> diff --git a/_layouts/pastebins-listing.html b/_layouts/pastebins-listing.html index 6b7830c..2829411 100644 --- a/_layouts/pastebins-listing.html +++ b/_layouts/pastebins-listing.html @@ -1,6 +1,7 @@ --- layout: default --- +<h1>Pastebins listing</h1> <ul> {%- for pastebin in site.pastebins -%} <li> |