popov.link/_pages/index.html
2018-04-18 03:45:55 +04:00

21 lines
579 B
HTML

---
permalink: "index.html"
layout: page
---
{% for post in site.posts %}
<div class="header">
<h2 class="header-title">
<a href="{{ post.url | relative_url | uri_escape }}">
{{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
</a>
</h2>
{% if post.description %}
<p class="header-annotation">
{{ post.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
</p>
{% endif %}
<time>{{ post.date | date_to_long_string }}</time>
</div>
{% endfor %}