<ul class=“tag-list”>

{% for tag in include.tags %}
  <li class="tag-list-item"><a class="tag" href="{{ 'tags/' | relative_url }}#{{ tag }}">{{ tag }}</a></li>
{% endfor %}

</ul>