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