diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 13:12:06 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 13:12:06 +0300 |
commit | 98c2bf4188269b6a4cc8adbdeaf7f6fe56155f34 (patch) | |
tree | f7c618870ee6cf1b17425d2efd2df6cd3b1e42a1 /_layouts | |
parent | a3a95d7a9b020f9aeb66e17cab16e957f5a7cb5e (diff) | |
download | popov.link-98c2bf4188269b6a4cc8adbdeaf7f6fe56155f34.tar.xz popov.link-98c2bf4188269b6a4cc8adbdeaf7f6fe56155f34.zip |
Fixed a lot of minor bugs
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index aa32f3e..b988df6 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -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> |