diff options
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> |