Initial commit

This commit is contained in:
Michael Smith
2018-02-27 12:44:11 +01:00
parent ec8f38f507
commit 1c8ba50102
159 changed files with 16261 additions and 0 deletions

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

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