mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-23 16:38:48 +03:00
Improved post layer
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@@ -3,22 +3,14 @@ layout: default
|
|||||||
---
|
---
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% include navbar.html %}
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header class="header">
|
<header>
|
||||||
<h1 class="header-title">
|
<small><time datetime="{{ page.date | date_to_xmlschema}}">{{ page.date | date_to_long_string }}</time></small>
|
||||||
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }}</h1>
|
||||||
</h1>
|
|
||||||
<p class="header-annotation">
|
|
||||||
<time datetime="{{ page.date | date_to_xmlschema}}">{{ page.date | date_to_long_string }}</time>
|
|
||||||
</p>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</article>
|
|
||||||
|
|
||||||
<div class="comments">
|
|
||||||
{% include disqus.html %}
|
{% include disqus.html %}
|
||||||
</div>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user