Skip to content

Commit

Permalink
de-emphasized the recent blog section to only display post title and …
Browse files Browse the repository at this point in the history
…author
  • Loading branch information
TimOsahenru committed Nov 25, 2024
1 parent 39bd674 commit e4cd32f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _includes/latest-posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ <h2 class="post-list-heading">{{ page.list_title }}</h2>
<h3>
<a class="" href="{{ post.url | relative_url }}"> {{ post.title | escape }} </a>
</h3>
<p>{{ post.date | date: date_format }}</p>
{%- if site.show_excerpts -%}
<p class="post-description">{{ post.description }}</p>
{%- endif -%}
<p>{{ post.author }}</p>
</div>
{%- assign count = count | plus: 1 -%} {%- endif -%} {%- endfor -%}
</div>
Expand Down

0 comments on commit e4cd32f

Please sign in to comment.