aboutsummaryrefslogtreecommitdiff
path: root/_layouts/tag.html
blob: 5f83c2aa1531bebf36922d931ab56cd980871ff6 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
layout: archive
---

{{ content }}

<div class="entries-{{ page.entries_layout | default: 'list' }}">
  {% include posts-tag.html taxonomy=page.taxonomy type=page.entries_layout %}
</div>