From b673400a751a270d3c4dfc54ed137e63a0870071 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 23 Apr 2023 20:46:10 +0200 Subject: [PATCH] try to fix date on last post --- content/posts/2023-04-23-iwlwifi-and-freebsd/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2023-04-23-iwlwifi-and-freebsd/index.md b/content/posts/2023-04-23-iwlwifi-and-freebsd/index.md index fe93b00..82d0114 100644 --- a/content/posts/2023-04-23-iwlwifi-and-freebsd/index.md +++ b/content/posts/2023-04-23-iwlwifi-and-freebsd/index.md @@ -2,7 +2,7 @@ # vim: ft=markdown title = 'iwlwifi and FreeBSD' summary = '''Finally this `iwlwifi` driver works. I'm curios for how long this will last...''' -date = '2023-04-23T20:43:21+0200' +date = '2023-04-23T20:43:21+02:00' # lastmod = '' categories = [ 'computerstuff' ] tags = [ 'freebsd', 'networking' ]