File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ <h2 class="release-title">
3737 </ span >
3838 < span class ="divider "> </ span >
3939 {% with published=release.published %}
40- < time class ="chapter-date " datetime ="{{ published|date:'c ' }} "
41- title ="{{ published|naturaltime }} "> {{ published|naturaltime }}</ time >
40+ < time class ="chapter-date " title ="{{ published|date:'DATETIME_FORMAT ' }} "
41+ datetime ="{{ published|date:'c' }} "> {{ published|naturaltime }}</ time >
4242 {% endwith %}
4343 </ div >
4444 </ div >
Original file line number Diff line number Diff line change @@ -129,7 +129,8 @@ <h1 class="text-shadow alter-bg">Search</h1>
129129 < td class ="result-date s-hidden " data-sort-method ="number "
130130 {% if series.latest_upload %}
131131 {% with latest =series.latest_upload %}data-sort ="{{ latest.timestamp }} ">
132- < time datetime ="{{ latest|date:'Y-m-d' }} "> {{ latest|naturaltime }}</ time >
132+ < time title ="{{ published|date:'DATETIME_FORMAT' }} "
133+ datetime ="{{ latest|date:'Y-m-d' }} "> {{ latest|naturaltime }}</ time >
133134 {% endwith %}
134135 {% else %}data-sort="0"> N/A{% endif %}
135136 </ td >
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ <h2 class="series-title">
4646 </ span >
4747 < span class ="divider "> </ span >
4848 {% with published=chapter.published %}
49- < time class ="chapter-date " datetime ="{{ published|date:'c ' }} "
50- title ="{{ published|naturaltime }} "> {{ published|naturaltime }}</ time >
49+ < time class ="chapter-date " title ="{{ published|date:'DATETIME_FORMAT ' }} "
50+ datetime ="{{ published|date:'c' }} "> {{ published|naturaltime }}</ time >
5151 {% endwith %}
5252 </ div >
5353 </ div >
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ <h3 class="alter-fg">Chapters:</h3>
9595 {% endwith %}
9696 < span class ="divider "> </ span >
9797 {% with published=chapter.published %}
98- < time class ="chapter-date " datetime ="{{ published|date:'c ' }} "
99- title ="{{ published|naturaltime }} "> {{ published|naturaltime }}</ time >
98+ < time class ="chapter-date " title ="{{ published|date:'DATETIME_FORMAT ' }} "
99+ datetime ="{{ published|date:'c' }} "> {{ published|naturaltime }}</ time >
100100 {% endwith %}
101101 </ div >
102102 </ div >
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ <h2 class="bookmark-series">
2424 {% if release.final %}class ="end "{% endif %} > {{ release }}</ a >
2525 < span class ="divider "> </ span >
2626 {% with published=release.published %}
27- < time class ="chapter-date " datetime ="{{ published|date:'c ' }} "
28- title ="{{ published|naturaltime }} "> {{ published|naturaltime }}</ time >
27+ < time class ="chapter-date " title ="{{ published|date:'DATETIME_FORMAT ' }} "
28+ datetime ="{{ published|date:'c' }} "> {{ published|naturaltime }}</ time >
2929 {% endwith %}
3030 </ div >
3131 </ section >
You can’t perform that action at this time.
0 commit comments