Don't forget to iterate over something!
This commit is contained in:
parent
24d2d40b61
commit
b2dc95ef76
2
post.hbs
2
post.hbs
@ -40,7 +40,7 @@
|
|||||||
<time class="gh-article-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time></div>
|
<time class="gh-article-date" datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time></div>
|
||||||
{{#if tags}}
|
{{#if tags}}
|
||||||
<div class="gh-article-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>
|
<a class="gh-article-tag tag--{{slug}}" href="{{url}}" style="--tag-color: {{accent_color}}">{{name}}</a>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user