commit 21a6dea6df94574f1e4d95a8f8859035af6ca975 (patch)
parent 3ac5cf63657b8446eb1b086d839febba1888ebc4
Author: Alex Karle <alex@alexkarle.com>
Date: Thu, 14 Apr 2022 07:12:42 +0000
blog: Fix bad date in blogroll
12/28 is correct for MM/DD but not MM/YY!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/blog/index.txt b/www/blog/index.txt
@@ -12,7 +12,7 @@ For an up to date list of software/hardware I use, see
## 2021
-- 12/28 [Writing a Custom Markup Parser for this Site](/blog/mdoc-to-nihdoc.html)
+- 12/21 [Writing a Custom Markup Parser for this Site](/blog/mdoc-to-nihdoc.html)
- 11/21 [From text-only to gopher-only](/blog/burrowing.html)
- 11/21 [Some Non-Standard Uses of `git(1)`](/blog/use-git.html)
- 09/21 [Out-of-tree Builds with `BSD make(1)`](/blog/make-obj.html)