20 lines
503 B
HTML
20 lines
503 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
||
|
|
||
|
<header class="post-header">
|
||
|
<h6 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
|
||
|
</header>
|
||
|
|
||
|
<div class="post-content e-content" itemprop="articleBody">
|
||
|
{{ content }}
|
||
|
</div>
|
||
|
|
||
|
{%- if site.disqus.shortname -%}
|
||
|
{%- include disqus_comments.html -%}
|
||
|
{%- endif -%}
|
||
|
|
||
|
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
|
||
|
</article>
|