Skip to content

Commit

Permalink
[remove lowercase]
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelopoulos committed Sep 20, 2024
1 parent 3bde002 commit 510cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pagination:
<div class="float-right">
<i class="fa-solid fa-thumbtack fa-xs"></i>
</div>
<h3 class="card-title text-lowercase">{{ post.title }}</h3>
<h3 class="card-title">{{ post.title }}</h3>
<p class="card-text">{{ post.description }}</p>
{% if post.external_source == blank %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
Expand Down

0 comments on commit 510cef2

Please sign in to comment.