Workaround for #15

This commit is contained in:
Zach Leatherman
2018-09-12 21:59:23 -05:00
parent aead2309a3
commit f0b7f1d4db
2 changed files with 4 additions and 2 deletions

View File

@@ -8,8 +8,10 @@ pagination:
- nav
- post
- posts
permalink: /tags/{{ tag }}/
layout: layouts/home.njk
renderData:
title: Tagged “{{ tag }}”
permalink: /tags/{{ tag }}/
---
<h1>Tagged “{{ tag }}”</h1>