Don't forget to iterate over something!

This commit is contained in:
Steve Richert 2023-12-12 15:26:03 -05:00 committed by GitHub
parent 24d2d40b61
commit b2dc95ef76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
<time class="gh-article-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time></div>
{{#if tags}}
<div class="gh-article-tags">
{{#foreach}}
{{#foreach tags}}
<a class="gh-article-tag tag--{{slug}}" href="{{url}}" style="--tag-color: {{accent_color}}">{{name}}</a>
{{/foreach}}
</div>