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:
@ -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>
|
||||
‐
|
||||
<a href="mailto:{{- site.email | strip | url_encode -}}?subject={{- page.title | default: site.title | strip | normalize_whitespace | uri_escape -}}">Valentin Popov</a>
|
||||
‐
|
||||
<strong>{%- include reading-time.html -%}</strong>
|
||||
</small>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user