diff --git a/public/posts/2015/03/_data.json b/public/posts/2015/03/_data.json new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/public/posts/2015/03/_data.json @@ -0,0 +1,2 @@ +{ +} diff --git a/public/posts/2015/03/index.ejs b/public/posts/2015/03/index.ejs new file mode 100644 index 0000000..72c8d6b --- /dev/null +++ b/public/posts/2015/03/index.ejs @@ -0,0 +1 @@ +<%- partial('../../_month') %> diff --git a/public/posts/2015/index.ejs b/public/posts/2015/index.ejs new file mode 100644 index 0000000..74a1f27 --- /dev/null +++ b/public/posts/2015/index.ejs @@ -0,0 +1 @@ +<%- partial('../_year') %>