This commit is contained in:
sharadcodes 2019-11-25 19:58:46 +05:30
parent 56c18bbdce
commit 3ced3ca5e9
4 changed files with 15 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<p class="title">
{{page.title}}
</p>
{{page.content}}
{{content}}
</main>
<!-- footer -->

View File

@ -22,7 +22,7 @@
<p class="title">
{{page.title}}
</p>
{{page.content}}
{{content}}
</main>
<!-- footer -->

View File

@ -27,7 +27,7 @@
<p class="title">
{{page.title}} <span class="meta">Written By {{page.author}}</span>
</p>
{{page.content}}
{{content}}
</main>
<!-- footer -->

View File

@ -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)