File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ <h2><a href="{{ post.url | url }}" class="toclink">{{ post.meta.title }}</a></h2
119
119
{% if post.config.readtime %}
120
120
{% set time = post.config.readtime %}
121
121
< div class ="md-meta__item ">
122
+ < span class ="twemoji "> {% include ".icons/octicons/clock-24.svg" %}</ span >
122
123
{% if time == 1 %}
123
124
{{ lang.t("readtime.one") }}
124
125
{% else %}
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ <h2><a href="{{ post.url | url }}" class="toclink">{{ post.title }}</a></h2>
242
242
{% if post.readtime %}
243
243
{% set time = post.readtime %}
244
244
< div class ="md-meta__item ">
245
+ < span class ="twemoji "> {% include ".icons/octicons/clock-24.svg" %}</ span >
245
246
{% if time == 1 %}
246
247
{{ lang.t("readtime.one") }}
247
248
{% else %}
You can’t perform that action at this time.
0 commit comments