redirects for the old tag urls

This commit is contained in:
2026-02-21 13:09:15 -08:00
parent a3ba14abd2
commit afbf693d3b
4 changed files with 69 additions and 35 deletions

12
src/meta/tag-redirects.md Normal file
View File

@ -0,0 +1,12 @@
---
layout: tag-redirect.njk
pagination:
data: collections
size: 1
alias: tag
eleventyComputed:
permalink: /tag/{{ tag | slugify }}/
title: "this page has moved!"
---
If you're not automatically redirected, head to [the new URL for this tag](/tags/{{ tag | slugify }}/).