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>
|
||||
Reference in New Issue
Block a user