Support spaces in tags in base blog.

This commit is contained in:
Zach Leatherman
2021-03-17 16:29:07 -05:00
parent 2ccfbf9244
commit 85fd94918e
9 changed files with 25 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ pagination:
layout: layouts/home.njk
eleventyComputed:
title: Tagged “{{ tag }}”
permalink: /tags/{{ tag }}/
permalink: /tags/{{ tag | slug }}/
---
<h1>Tagged “{{ tag }}”</h1>