File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ <h5 class="description">{{ post.description | default(value="") | markdown(inlin
14
14
}}</ time >
15
15
</ div >
16
16
{%- endif -%}
17
- < div class ="reading-time ">
17
+ <!-- < div class="reading-time">
18
18
{{ post.reading_time }} min
19
- </ div >
19
+ </div> -->
20
20
< div class ="tags ">
21
21
{%- if post.taxonomies.tags -%}
22
22
{%- for tag in post.taxonomies.tags -%}
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ <h2 class="post-title"><a href="{{ section.permalink }}">{{ section.title }}</a>
16
16
date(format="%Y-%m-%d") }}</ time >
17
17
</ div >
18
18
{%- endif -%}
19
- < div class ="reading-time ">
19
+ <!-- < div class="reading-time">
20
20
{{ section.reading_time }} min
21
- </ div >
21
+ </div> -->
22
22
< div class ="tags ">
23
23
{%- if section.taxonomies.tags -%}
24
24
{%- for tag in section.taxonomies.tags -%}
You can’t perform that action at this time.
0 commit comments