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/index.html | |
parent | Use collections_dir (diff) | |
download | euandre.org-7eee05176fa5921fbbda24b77413e50c4eef0ad3.tar.gz euandre.org-7eee05176fa5921fbbda24b77413e50c4eef0ad3.tar.xz |
Revert collections_dir
Diffstat (limited to '_layouts/index.html')
-rw-r--r-- | _layouts/index.html | 1 |
1 files changed, 1 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> |