From 90b2b9dc0ae1ba0c3c3e104934df4a9ab614d3dd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 8 Jun 2019 08:11:55 -0700 Subject: [PATCH] Add indexes for 2018 and 2019 --- public/posts/2018/index.ejs | 1 + public/posts/2019/index.ejs | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/posts/2018/index.ejs create mode 100644 public/posts/2019/index.ejs diff --git a/public/posts/2018/index.ejs b/public/posts/2018/index.ejs new file mode 100644 index 0000000..74a1f27 --- /dev/null +++ b/public/posts/2018/index.ejs @@ -0,0 +1 @@ +<%- partial('../_year') %> diff --git a/public/posts/2019/index.ejs b/public/posts/2019/index.ejs new file mode 100644 index 0000000..74a1f27 --- /dev/null +++ b/public/posts/2019/index.ejs @@ -0,0 +1 @@ +<%- partial('../_year') %>