updd
This commit is contained in:
parent
56c18bbdce
commit
3ced3ca5e9
@ -22,7 +22,7 @@
|
||||
<p class="title">
|
||||
{{page.title}}
|
||||
</p>
|
||||
{{page.content}}
|
||||
{{content}}
|
||||
</main>
|
||||
|
||||
<!-- footer -->
|
||||
|
@ -22,7 +22,7 @@
|
||||
<p class="title">
|
||||
{{page.title}}
|
||||
</p>
|
||||
{{page.content}}
|
||||
{{content}}
|
||||
</main>
|
||||
|
||||
<!-- footer -->
|
||||
|
@ -27,7 +27,7 @@
|
||||
<p class="title">
|
||||
{{page.title}} <span class="meta">Written By {{page.author}}</span>
|
||||
</p>
|
||||
{{page.content}}
|
||||
{{content}}
|
||||
</main>
|
||||
|
||||
<!-- footer -->
|
||||
|
13
about.md
13
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)
|
||||
|
Loading…
Reference in New Issue
Block a user