Initial commit
This commit is contained in:
7
_includes/post/about.html
Normal file
7
_includes/post/about.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="about">
|
||||
<div class="about__devider">*****</div>
|
||||
<div class="about__text">
|
||||
Written by <strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
|
||||
on <strong>{{ page.date | date: "%d %B %Y" }}</strong>
|
||||
</div>
|
||||
</div>
|
||||
4
_includes/post/title.html
Normal file
4
_includes/post/title.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<h1 class="page-title post-title">
|
||||
<div class="page-title__text post-title__text">{{ page.title }}</div>
|
||||
<div class="page-title__subtitle post-title__subtitle">{{ page.subtitle }}</div>
|
||||
</h1>
|
||||
Reference in New Issue
Block a user