mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Prevent relative time conversion failure on Safari
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{% assign post_short_df = site.data.locales[lang].date_format.post.short %}
|
{% assign post_short_df = site.data.locales[lang].date_format.post.short %}
|
||||||
|
|
||||||
<em class="timeago{% if include.class %} {{ include.class }}{% endif %}"
|
<em class="timeago{% if include.class %} {{ include.class }}{% endif %}"
|
||||||
date="{{ include.date }}"
|
date="{{ include.date | date_to_xmlschema }}"
|
||||||
{% if include.tooltip %}
|
{% if include.tooltip %}
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="bottom"
|
data-placement="bottom"
|
||||||
|
|||||||
Reference in New Issue
Block a user