From 3ced3ca5e941423d0f9fc898ac7d36a0d995a7df Mon Sep 17 00:00:00 2001 From: sharadcodes Date: Mon, 25 Nov 2019 19:58:46 +0530 Subject: [PATCH] updd --- _layouts/default.html | 2 +- _layouts/page.html | 2 +- _layouts/post.html | 2 +- about.md | 13 ++++++++++++- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 6ed797c..c0c39a5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -22,7 +22,7 @@

{{page.title}}

- {{page.content}} + {{content}} diff --git a/_layouts/page.html b/_layouts/page.html index 9b6afe4..a375688 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -22,7 +22,7 @@

{{page.title}}

- {{page.content}} + {{content}} diff --git a/_layouts/post.html b/_layouts/post.html index ebf37c8..cec7bcd 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,7 @@

{{page.title}} Written By {{page.author}}

- {{page.content}} + {{content}} diff --git a/about.md b/about.md index 5885aee..4070e63 100644 --- a/about.md +++ b/about.md @@ -2,4 +2,15 @@ title: About layout: page --- -This is my dummy about page. + +> Hi there this is Sharad, the developer of this theme. + +![Sharad](https://www.codingindian.codes/assets/uploads/pro.jpg) + +My Social Media Links + +[My Instagram](http://instagram.com/codingindian) + +[My Linkedin](http://linkedin.com/in/srsmaurya) + +[My Github](http://github.com/sharadcodes)