Update opengraph configuration example

This commit is contained in:
Joe Mooring 2024-03-12 12:02:20 -07:00 committed by GitHub
parent cc8a996330
commit 5f81464d5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 >}}
{{< code-toggle file=content/blog/my-post.md fm=true >}}