Skip to content

Commit

Permalink
add missing layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 6, 2022
1 parent 2e98784 commit 2bccc01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _layouts/tag.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: archive
---

{{ content }}

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

0 comments on commit 2bccc01

Please sign in to comment.