0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Moved actual template site

This commit is contained in:
2024-02-14 03:38:59 +04:00
parent edaeaf08b8
commit e68f7cf6c7
27 changed files with 135 additions and 353 deletions

View File

@ -2,19 +2,25 @@
layout: default
---
<article class="container">
<small>
<span>Published</span>
<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: '%Y-%m-%d' | strip | normalize_whitespace | xml_escape }}</time>
<span>on</span>
<a href="{{ site.url | absolute_url | uri_escape }}" target="_self">{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</a>
<span>|</span>
<a href="{{ page.url | absolute_url | uri_escape }}" target="_blank">Permalink</a>
</small>
<section style="text-align: center;">
<h1>{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</h1>
<header>
<h1>{{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}</h1>
</header>
<p>
<small>
Posted
<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: '%B %e, %Y' | strip | normalize_whitespace | xml_escape }}</time>
by
<a href="mailto:{{ site.email | strip | url_encode }}?subject={{ page.title | default: site.title | strip | normalize_whitespace | xml_escape }}">Valentin Popov</a>
&nbsp;&hyphen;
<strong>{% include reading-time.html %}</strong>
</small>
</p>
</section>
<section>
{{ content }}
</article>
</section>
<section>
{% include comments.html %}
</section>