summaryrefslogtreecommitdiffstats
path: root/all.html
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-07-26 00:28:58 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-26 14:44:58 -0400
commitf1e3f2c3cb3b7543182a35253475c038bfb5226b (patch)
treed3947332ce0bdab702f6292e5e7fbaea2629ba81 /all.html
parenta05146756ef31494a53b5dc53b4312c235413eb9 (diff)
Add archive.html as an index of all posts (without pagination)
Diffstat (limited to 'all.html')
-rw-r--r--all.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/all.html b/all.html
new file mode 100644
index 0000000..5ae0cf7
--- /dev/null
+++ b/all.html
@@ -0,0 +1,11 @@
+---
+layout: page
+title: Archive
+---
+
+<div class="media">
+ {% for post in site.posts %}
+ {% include post-stub.html post=post no_excerpt=true %}
+ {% endfor %}
+</div>
+<div class="clearfix"></div>