mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 13:34:40 -04:00
Update opengraph configuration example
This commit is contained in:
parent
cc8a996330
commit
5f81464d5a
@ -148,11 +148,13 @@ Hugo's Open Graph template is configured using a mix of configuration variables
|
|||||||
|
|
||||||
{{< code-toggle file=hugo >}}
|
{{< code-toggle file=hugo >}}
|
||||||
[params]
|
[params]
|
||||||
title = "My cool site"
|
description = 'Text about my cool site'
|
||||||
images = ["site-feature-image.jpg"]
|
images = ['site-feature-image.jpg']
|
||||||
description = "Text about my cool site"
|
title = 'My cool site'
|
||||||
|
[params.social]
|
||||||
|
facebook_admin = 'jsmith'
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
series = "series"
|
series = 'series'
|
||||||
{{</ code-toggle >}}
|
{{</ code-toggle >}}
|
||||||
|
|
||||||
{{< code-toggle file=content/blog/my-post.md fm=true >}}
|
{{< code-toggle file=content/blog/my-post.md fm=true >}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user