Redesigned to simplicity

This commit is contained in:
Marcus Noble
2017-06-03 11:55:30 +01:00
parent eacf94c896
commit 16288ee961
6 changed files with 100 additions and 262 deletions

View File

@@ -6,6 +6,11 @@
<div class="container">
<section>
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<a href="/" class="back-to-blog" title="Return to all posts"></a>
<h2 class="post-title" itemprop="name headline">
<a class="post-link" href="{{ path }}">{{ title }}</a>
</h2>
<div class="post-meta feather_type">
<span>
@@ -15,17 +20,14 @@
</span>
</div>
<h2 itemprop="name headline">
<a class="post-link" href="{{ path }}">{{ title }}</a>
</h2>
<div class="post-body" itemprop="articleBody">
{{{ contents }}}
</div>
</article>
</section>
</div>
{{> footer }}
{{> footer }}
</div>
</body>
</html>