From 232d64a5f5a953af4f6d8729577561749f106962 Mon Sep 17 00:00:00 2001 From: xwindows Date: Tue, 14 Nov 2023 13:48:26 +0700 Subject: [PATCH] Fix unquoted colon in YAML frontmatter of cgi.md This patch is provided to Tilde.club under the terms of GNU General Public License, any version published by the Free Software Foundation. --- wiki/source/cgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/source/cgi.md b/wiki/source/cgi.md index 32afaab..17c92c4 100644 --- a/wiki/source/cgi.md +++ b/wiki/source/cgi.md @@ -1,5 +1,5 @@ --- -title: CGI: Making web applications like it's 90s +title: "CGI: Making web applications like it's 90s" category: tutorials author: xwindows ---