layout: default
<div class=“wrapper”>
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1> {% include post/meta.html %} </header> <div class="post-content e-content" itemprop="articleBody"> {{ content }} </div> <span class="edit">Found a typo or mistake in the post? {% include post/edit.html %}</span> {% if site.comments.enabled %} {% include comments/comments.html %} {% endif %} <a class="u-url" href="{{ page.url | relative_url }}" hidden></a> </article>
</div>