Switch to use 1.0+ slugify filter instead

This commit is contained in:
Zach Leatherman
2022-06-29 12:03:41 -05:00
parent 8cc9cb8996
commit 137e76fb42
5 changed files with 5 additions and 5 deletions

View File

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