From b84a02001a26bb3a6fe8a60913ce3e92568510c4 Mon Sep 17 00:00:00 2001 From: Manan Date: Fri, 23 Jun 2017 20:44:32 +0530 Subject: [PATCH] Rectifies errors --- _data/categories.yaml | 4 ++-- _data/categories_name.yaml | 1 + category/summer2016/index.html | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 category/summer2016/index.html diff --git a/_data/categories.yaml b/_data/categories.yaml index 9a13222..09f6c8f 100644 --- a/_data/categories.yaml +++ b/_data/categories.yaml @@ -41,5 +41,5 @@ subcategories: - name: summer2016 title: Summer 2016 - - name: summer2017 - title: Summer 2017 \ No newline at end of file + + \ No newline at end of file diff --git a/_data/categories_name.yaml b/_data/categories_name.yaml index f0aeaf7..dfeae5e 100644 --- a/_data/categories_name.yaml +++ b/_data/categories_name.yaml @@ -14,3 +14,4 @@ editorial: Editorial verbatim: Verbatim sports: Sports internblogs: Intern Blogs +summer2016: Summer 2016 diff --git a/category/summer2016/index.html b/category/summer2016/index.html new file mode 100644 index 0000000..2861307 --- /dev/null +++ b/category/summer2016/index.html @@ -0,0 +1,3 @@ +--- +category: summer2016 +--- \ No newline at end of file