aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2023-12-15 16:41:32 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2023-12-15 16:41:32 +0100
commitc8998e27998243f49da02d72dff810201148b0e8 (patch)
treece8d1d6fa08528652bc120f4be00aab1b593a2ca
parent93fb4e0e3fe38e367f11806b985ba0d1cf931c16 (diff)
Updated the syntax for latest version of Hugo
-rw-r--r--hugo.toml2
1 files changed, 1 insertions, 1 deletions
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