Post template
This commit is contained in:
parent
e1a9f63dc9
commit
6e44c9b432
@ -2,24 +2,23 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="container post">
|
<div class="content">
|
||||||
|
{% include navbar.html %}
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header class="header">
|
||||||
<h1 class="title">
|
<h1 class="header-title">
|
||||||
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
||||||
</h1>
|
</h1>
|
||||||
|
<p class="header-annotation">
|
||||||
<h2 class="date">
|
<time datetime="{{ page.date | date_to_xmlschema}}">{{ page.date | date_to_long_string }}</time>
|
||||||
<time datetime="{{ page.date | date_to_xmlschema }}">
|
</p>
|
||||||
{{ page.date | date_to_long_string }}
|
|
||||||
</time>
|
|
||||||
</h2>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
</article>
|
||||||
|
|
||||||
<div class="comments">
|
<div class="comments">
|
||||||
{% include disqus.html %}
|
{% include disqus.html %}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</div>
|
||||||
</section>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user