aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
Diffstat (limited to 'posts')
-rw-r--r--posts/by-date.md12
-rw-r--r--posts/by-title.md12
2 files changed, 24 insertions, 0 deletions
diff --git a/posts/by-date.md b/posts/by-date.md
new file mode 100644
index 0000000..4ddc117
--- /dev/null
+++ b/posts/by-date.md
@@ -0,0 +1,12 @@
+---
+title: Posts
+layout: default
+id: posts
+toc: false
+post: false
+---
+
+{% include posts.html
+ sort="date"
+%}
+
diff --git a/posts/by-title.md b/posts/by-title.md
new file mode 100644
index 0000000..8b0817f
--- /dev/null
+++ b/posts/by-title.md
@@ -0,0 +1,12 @@
+---
+title: Posts
+layout: default
+id: posts
+toc: false
+post: false
+---
+
+{% include posts.html
+ sort="title"
+%}
+