Redesigned to simplicity
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user