2024-02-14 02:38:59 +03:00
|
|
|
---
|
|
|
|
layout: page
|
2024-02-14 13:20:27 +03:00
|
|
|
permalink: /blog/index.html
|
2024-02-14 02:38:59 +03:00
|
|
|
---
|
|
|
|
|
2024-02-14 20:23:17 +03:00
|
|
|
<h1>Latest posts</h1>
|
2024-02-14 02:38:59 +03:00
|
|
|
|
2024-02-14 20:23:17 +03:00
|
|
|
<ul>
|
|
|
|
{%- for post in site.posts -%}
|
|
|
|
<li>
|
|
|
|
<time datetime="{{- post.date | date_to_xmlschema | xml_escape -}}">{{- post.date | date: '%Y/%m/%d' | strip | normalize_whitespace | xml_escape -}}</time>
|
|
|
|
<span>—</span>
|
|
|
|
<a href="{{- post.url | relative_url | url_escape -}}">{{- post.title | strip | normalize_whitespace | xml_escape -}}</a>
|
|
|
|
</li>
|
|
|
|
{%- endfor -%}
|
|
|
|
</ul>
|