From 52147d41bb02bd7febbd033467408c90e0eabab5 Mon Sep 17 00:00:00 2001 From: Debayan De Date: Thu, 14 Sep 2017 23:32:31 +0530 Subject: [PATCH] Added Contact Us Signed-off-by: Debayan De --- _layouts/post.html | 2 +- authors.md | 19 +++++++++++++++++++ category/edge-case.md | 27 --------------------------- category/markup.md | 6 ------ 4 files changed, 20 insertions(+), 34 deletions(-) create mode 100644 authors.md delete mode 100644 category/edge-case.md delete mode 100644 category/markup.md diff --git a/_layouts/post.html b/_layouts/post.html index 7fdd233..a040e62 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,7 @@ ---
-

{{ page.title }}

+

{{ page.title }}

{% include post-meta.html post=page %} diff --git a/authors.md b/authors.md new file mode 100644 index 0000000..ed1af26 --- /dev/null +++ b/authors.md @@ -0,0 +1,19 @@ +--- +layout: page +title: Contact us +sidebar_link: true +--- + +

+Authors +
+Debayan De debayan130@gmail.com +
+Rohit Das mail@gmail.com +
+Rudra Nil Basu email link + +
+Sumitra Choudhury email link + +

diff --git a/category/edge-case.md b/category/edge-case.md deleted file mode 100644 index a8fa761..0000000 --- a/category/edge-case.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -layout: category -title: Edge Case ---- - -Sample category page. You need to create a page for each category. -The category is inferred from the title of the page, but you can also -specify it with the `category` attribute in the front matter. - -```md ---- -layout: category -title: My Category ---- -``` - -Or ... - -```md ---- -layout: category -title: Fancy Title -category: My Category ---- -``` - -Posts get listed below here. diff --git a/category/markup.md b/category/markup.md deleted file mode 100644 index 785074c..0000000 --- a/category/markup.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: category -title: Markup ---- - -Another sample category page. \ No newline at end of file