Skip to content

Commit

Permalink
Remove reading time for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
justint committed May 31, 2023
1 parent 00dd6d9 commit 4fb2688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/macros/page.html
Expand Up @@ -86,8 +86,7 @@ <h3>
{% macro project_info(page) %}
<div class="article-info">
{% if page.date %}
{% set reading_time = "◦ " ~ page.reading_time ~ " " ~ trans(key="minute", lang=lang) %}
<div class="article-date">{{ page.date | date(format=trans(key="date_format", lang=lang)) }} {{ reading_time }}</div>
<div class="article-date">{{ page.date | date(format=trans(key="date_format", lang=lang)) }}</div>
{% endif %}
<div class="article-taxonomies">
{% if page.taxonomies.categories %}
Expand Down

0 comments on commit 4fb2688

Please sign in to comment.