Skip to content

Commit 9949077

Browse files
committed
Fix updates template.
Signed-off-by: Zelin Cai <[email protected]>
1 parent 57f038d commit 9949077

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/.overrides/blog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ <h2><a href="{{ post.url | url }}" class="toclink">{{ post.meta.title }}</a></h2
119119
{% if post.config.readtime %}
120120
{% set time = post.config.readtime %}
121121
<div class="md-meta__item">
122+
<span class="twemoji">{% include ".icons/octicons/clock-24.svg" %}</span>
122123
{% if time == 1 %}
123124
{{ lang.t("readtime.one") }}
124125
{% else %}

docs/.overrides/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ <h2><a href="{{ post.url | url }}" class="toclink">{{ post.title }}</a></h2>
242242
{% if post.readtime %}
243243
{% set time = post.readtime %}
244244
<div class="md-meta__item">
245+
<span class="twemoji">{% include ".icons/octicons/clock-24.svg" %}</span>
245246
{% if time == 1 %}
246247
{{ lang.t("readtime.one") }}
247248
{% else %}

0 commit comments

Comments
 (0)