Skip to content

Commit

Permalink
Fix blog template.
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Cai <[email protected]>
  • Loading branch information
caizelin committed Aug 25, 2023
1 parent 53fdf75 commit 4a02909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.overrides/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h2><a href="{{ post.url | url }}" class="toclink">{{ post.meta.title }}</a></h2
{% if post.config.readtime %}
{% set time = post.config.readtime %}
<div class="md-meta__item">
<span class="twemoji">{% include ".icons/octicons/clock-24.svg" %}</span>
{% if time == 1 %}
{{ lang.t("readtime.one") }}
{% else %}
Expand Down

0 comments on commit 4a02909

Please sign in to comment.