Skip to content

Commit

Permalink
Get rid of reading time
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Dec 13, 2024
1 parent 36c1e1e commit 7f48566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/macros/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ <h5 class="description">{{ post.description | default(value="") | markdown(inlin
}}</time>
</div>
{%- endif -%}
<div class="reading-time">
<!-- <div class="reading-time">
{{ post.reading_time }} min
</div>
</div> -->
<div class="tags">
{%- if post.taxonomies.tags -%}
{%- for tag in post.taxonomies.tags -%}
Expand Down
4 changes: 2 additions & 2 deletions templates/macros/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ <h2 class="post-title"><a href="{{ section.permalink }}">{{ section.title }}</a>
date(format="%Y-%m-%d") }}</time>
</div>
{%- endif -%}
<div class="reading-time">
<!-- <div class="reading-time">
{{ section.reading_time }} min
</div>
</div> -->
<div class="tags">
{%- if section.taxonomies.tags -%}
{%- for tag in section.taxonomies.tags -%}
Expand Down

0 comments on commit 7f48566

Please sign in to comment.