{% assign tags = page.tags | default: post.tags %} {% for tag in tags %}
  • {{ tag }}
  • {% endfor %}