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

Fixed a lot of minor bugs

This commit is contained in:
2024-02-14 14:12:06 +04:00
parent a3a95d7a9b
commit 98c2bf4188
10 changed files with 25 additions and 29 deletions

View File

@ -8,10 +8,10 @@ layout: default
<p>
<small>
Posted
<time datetime="{{- page.date | date_to_xmlschema -}}">{{- page.date | date: '%B %e, %Y' | strip | normalize_whitespace | xml_escape -}}</time>
<time datetime="{{- page.date | date_to_xmlschema | xml_escape -}}">{{- 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;
<a href="mailto:{{- site.email | strip | url_encode -}}?subject={{- page.title | default: site.title | strip | normalize_whitespace | uri_escape -}}">Valentin Popov</a>
&hyphen;
<strong>{%- include reading-time.html -%}</strong>
</small>
</p>