Skip to content

Commit 95ad933

Browse files
authored
fixes toml formatting problem (#318)
### Description On publishing, Zola choked on the date formatting for the Swift blog. This corrects the date format and allows for publishing. ### Issues Resolved n/a ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. Signed-off-by: Kyle J. Davis <kyledvs@amazon.com>
1 parent 82f9924 commit 95ad933

File tree

1 file changed

+1
-1
lines changed
  • content/blog/2025-08-04-valkey-swift

1 file changed

+1
-1
lines changed

content/blog/2025-08-04-valkey-swift/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title= "Introducing valkey-swift, the Swift client for Valkey"
33
description = "The new Swift client for Valkey is now in preview. Learn about its features and how it brings the performance of Valkey to the Swift language."
4-
date= 2025-08-04 9:00:00
4+
date= 2025-08-04 00:00:00
55
authors= [ "adamfowler"]
66

77
[extra]

0 commit comments

Comments
 (0)