diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index b988df6..a01cc74 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,8 +9,7 @@ layout: default <small> Posted <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 | uri_escape -}}">Valentin Popov</a> + {%- include author.html -%} ‐ <strong>{%- include reading-time.html -%}</strong> </small> |