File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h3 class="comment__author" itemprop="author" itemscope itemtype="https://schema
13
13
< p class ="comment__date ">
14
14
{% if include.date %}
15
15
{% if include.index %}< a href ="#comment{{ include.index }} " itemprop ="url "> {% endif %}
16
- < time datetime ="{{ include.date | date_to_xmlschema }} " itemprop ="datePublished "> {{ include.date | date: "%B %d, %Y at %I:%M %p" }}</ time >
16
+ < time datetime ="{{ include.date | date_to_xmlschema }} " itemprop ="datePublished "> {{ include.date | date: "%B %- d, %Y at %I:%M %p" }}</ time >
17
17
{% if include.index %}</ a > {% endif %}
18
18
{% endif %}
19
19
</ p >
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ <h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4
52
52
{% endif %}
53
53
{% include page__taxonomy.html %}
54
54
{% if page.last_modified_at %}
55
- < p class ="page__date "> < strong > < i class ="fas fa-fw fa-calendar-alt " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</ strong > < time datetime ="{{ page.last_modified_at | date: "%Y-%m-%d " }}"> {{ page.last_modified_at | date: "%B %d, %Y" }}</ time > </ p >
55
+ < p class ="page__date "> < strong > < i class ="fas fa-fw fa-calendar-alt " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</ strong > < time datetime ="{{ page.last_modified_at | date: "%Y-%m-%d " }}"> {{ page.last_modified_at | date: "%B %- d, %Y" }}</ time > </ p >
56
56
{% elsif page.date %}
57
- < p class ="page__date "> < strong > < i class ="fas fa-fw fa-calendar-alt " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</ strong > < time datetime ="{{ page.date | date_to_xmlschema }} "> {{ page.date | date: "%B %d, %Y" }}</ time > </ p >
57
+ < p class ="page__date "> < strong > < i class ="fas fa-fw fa-calendar-alt " aria-hidden ="true "> </ i > {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</ strong > < time datetime ="{{ page.date | date_to_xmlschema }} "> {{ page.date | date: "%B %- d, %Y" }}</ time > </ p >
58
58
{% endif %}
59
59
</ footer >
60
60
You can’t perform that action at this time.
0 commit comments