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