Skip to content

Commit

Permalink
Output all tags on collection card
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Jul 20, 2023
1 parent 0805a90 commit 1ca0058
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions partials/collection-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ which templates loop over to generate a list of posts. --}}
<a class="post-card-content-link" href="{{url}}">
<header class="post-card-header">
<div class="post-card-tags">
{{#primary_tag}}
<span class="post-card-primary-tag">{{name}}</span>
{{/primary_tag}}
{{tags}}
</div>
<h2 class="post-card-title">
{{#unless access}}
Expand Down

0 comments on commit 1ca0058

Please sign in to comment.