Skip to content

Commit 7f48566

Browse files
committed
Get rid of reading time
1 parent 36c1e1e commit 7f48566

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/macros/post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ <h5 class="description">{{ post.description | default(value="") | markdown(inlin
1414
}}</time>
1515
</div>
1616
{%- endif -%}
17-
<div class="reading-time">
17+
<!-- <div class="reading-time">
1818
{{ post.reading_time }} min
19-
</div>
19+
</div> -->
2020
<div class="tags">
2121
{%- if post.taxonomies.tags -%}
2222
{%- for tag in post.taxonomies.tags -%}

templates/macros/section.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ <h2 class="post-title"><a href="{{ section.permalink }}">{{ section.title }}</a>
1616
date(format="%Y-%m-%d") }}</time>
1717
</div>
1818
{%- endif -%}
19-
<div class="reading-time">
19+
<!-- <div class="reading-time">
2020
{{ section.reading_time }} min
21-
</div>
21+
</div> -->
2222
<div class="tags">
2323
{%- if section.taxonomies.tags -%}
2424
{%- for tag in section.taxonomies.tags -%}

0 commit comments

Comments
 (0)