From c8998e27998243f49da02d72dff810201148b0e8 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 15 Dec 2023 16:41:32 +0100 Subject: Updated the syntax for latest version of Hugo --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index efe1c65..44d98f9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,5 +27,5 @@ enableRobotsTXT = true title = "Karan Jayachandra" description = "Personal website of Karan Jayachandra" favicon = "favicon.png" - images = "logo.png" + images = ["logo.png"] dateFormat = "2006-01-02" \ No newline at end of file -- cgit v1.3.1