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)