Skip to content

Commit

Permalink
Finish
Browse files Browse the repository at this point in the history
- ESY-6624 Remove read time
  • Loading branch information
m-lilja committed Jan 24, 2024
1 parent 88f362b commit 635606c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions _includes/title-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,8 @@ <h4>{{ lead_title }}</h4>

<h1>{{ main_title }}</h1>

{% assign estimated_read = page.content | read_time | plus: 0 %}
{% if estimated_read > 0 %}
<div class="title-header-estimated-read">
<i class="material-icons">schedule</i>
{{ estimated_read }} min read
</div>
{% endif %}

{% if description %}
<p>{{ description | markdownify }}</p>
<p>{{ description }}</p>
{% endif %}
</div>

Expand Down

0 comments on commit 635606c

Please sign in to comment.