From ca6da4883e767628fff9b09827d7ac05c81a3df7 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:04:12 +0700 Subject: [PATCH] docs(fix): proper TOML format for frontmatter sample (#717) Signed-off-by: Patrick Kollitsch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 239ed212f..ae00b0936 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ To enable comments, add following to your config file: ### Change the hero background -For any page or post you can add a featured image by including the local path in front matter (see content in the `exampleSite/content/_readme.md` file for examples): `featured_image: '/images/gohugo-default-sample-hero-image.jpg'` +For any page or post you can add a featured image by including the local path in front matter (see content in the `exampleSite/content/_readme.md` file for examples): `featured_image = '/images/gohugo-default-sample-hero-image.jpg'` #### Featured image as Page Resources