Update daily email permalink

Change the permalink prefix from `/archive` to `/daily`. This matches
the daily email landing page and people have mentioned it causes some
confusion.

I'll add a wildcard redirect to my NGINX configuration so that old URLs
still work and don't result in 404s.
This commit is contained in:
Oliver Davies 2024-05-20 23:04:19 +01:00
parent ba926e073e
commit 3be9031de8

View file

@ -1,6 +1,6 @@
sculpin_content_types: sculpin_content_types:
daily_emails: daily_emails:
permalink: /archive/:year/:month/:day/:basename/ permalink: /daily/:year/:month/:day/:basename/
pages: pages:
permalink: /:basename/ permalink: /:basename/
podcast_episodes: podcast_episodes: