Skip to content

Commit

Permalink
Surfaced second tag on each post
Browse files Browse the repository at this point in the history
  • Loading branch information
sanne-san committed Dec 25, 2023
1 parent cc19295 commit 9a0de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/post-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</figure>
{{/if}}
<div class="gh-card-wrapper">
<p class="gh-card-tag">{{tags}}</p>
<p class="gh-card-tag">{{tags.[1].name}}</p>
<h3 class="gh-card-title is-title">{{title}}</h3>
{{#if excerpt}}
<p class="gh-card-excerpt is-body">{{excerpt}}</p>
Expand Down

0 comments on commit 9a0de05

Please sign in to comment.