Skip to content

Commit

Permalink
Merge pull request #927 from Queen-codes/remove-blog-highlight
Browse files Browse the repository at this point in the history
removed featured class to remove blog highlight
  • Loading branch information
possumbilities authored Feb 21, 2025
2 parents 4ddb653 + 8db71df commit a3ca6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/vocabulary_theme/templates/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>{{ this.title }}</h1>
<p>{{ this.description }}</p>
</header>

<article class="posts featured">
<article class="posts">
<h2>Featured posts</h2>
{{ render_posts(this.pagination.items) }}
</article>
Expand Down

0 comments on commit a3ca6a5

Please sign in to comment.