diff options
author | Alan Pearce | 2023-09-22 08:38:00 +0200 |
---|---|---|
committer | Alan Pearce | 2023-09-22 08:38:00 +0200 |
commit | 417c3f17b676fc430b77b55580b1f7cbaf8489b7 (patch) | |
tree | f9e63705539599688cbf44127ba63331470f87d8 | |
parent | fac8d24f1e611224ca6650b03cf0230a7adc6111 (diff) | |
download | website-417c3f17b676fc430b77b55580b1f7cbaf8489b7.tar.lz website-417c3f17b676fc430b77b55580b1f7cbaf8489b7.tar.zst website-417c3f17b676fc430b77b55580b1f7cbaf8489b7.zip |
Fix for strict TOML date parsing
-rw-r--r-- | content/post/now-on-three-continents.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post/now-on-three-continents.md b/content/post/now-on-three-continents.md index 3e813aa..1a2828a 100644 --- a/content/post/now-on-three-continents.md +++ b/content/post/now-on-three-continents.md @@ -1,7 +1,7 @@ +++ title = "Now on three continents" description = "This website is now hosted on three continents" -date = 2023-07-02 +date = 2023-07-02T07:55:35Z [taxonomies] tags = ["website", "infrastructure"] +++ |