Update daily email permalinks

This is a follow-up to commit 3be9031de8
as each daily email has a `permalink` value that overrides the default
content type permalink.
This commit is contained in:
Oliver Davies 2024-05-20 23:58:27 +01:00
parent 382793dc33
commit 5eba6de81a
158 changed files with 159 additions and 159 deletions

View file

@ -1,7 +1,7 @@
---
title: Please don't use short variable names
date: 2024-01-17
permalink: archive/2024/01/17/short-variable-names
permalink: daily/2024/01/17/short-variable-names
snippet: |
Why use variable names like $k, $v and $i instead of $key, $value and $index? What benefit does it add?
tags: