mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-01-12 15:49:33 -05:00
add "Tags" label in front of tag listings
This commit is contained in:
parent
09b5c3acb2
commit
6513db874a
@ -44,7 +44,8 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% assign sorted_tags = post.tags | uniq | compact | sort %}
|
{% assign sorted_tags = post.tags | uniq | compact | sort %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for tag in sorted_tags %}
|
<small><strong>Tags:</strong></small>
|
||||||
|
{% for tag in sorted_tags %}
|
||||||
<div class="tags">{{ tag }}</div>
|
<div class="tags">{{ tag }}</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user