From 5f81464d5a195865f58405f77efb9507531893b9 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 12 Mar 2024 12:02:20 -0700 Subject: [PATCH] Update opengraph configuration example --- content/en/templates/embedded.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/templates/embedded.md b/content/en/templates/embedded.md index 0abe265d2..d106c9a9d 100644 --- a/content/en/templates/embedded.md +++ b/content/en/templates/embedded.md @@ -148,11 +148,13 @@ Hugo's Open Graph template is configured using a mix of configuration variables {{< code-toggle file=hugo >}} [params] - title = "My cool site" - images = ["site-feature-image.jpg"] - description = "Text about my cool site" + description = 'Text about my cool site' + images = ['site-feature-image.jpg'] + title = 'My cool site' + [params.social] + facebook_admin = 'jsmith' [taxonomies] - series = "series" + series = 'series' {{}} {{< code-toggle file=content/blog/my-post.md fm=true >}}