diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-25 00:01:42 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-25 00:01:42 +0200 |
| commit | abe3b6761139a97ce535486af2f6918f2a8c0051 (patch) | |
| tree | 0619acb48c28dd9d29110eee6841f5912bff8d35 /exampleSite/config.toml | |
| parent | cd9b95683a8ec2c2ef86863c61025ae8a6fc4222 (diff) | |
| download | gohugo-theme-ed-abe3b6761139a97ce535486af2f6918f2a8c0051.tar.gz | |
Add ability to create twitter cards
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index eb8cb4e..3ea1e1c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -156,6 +156,8 @@ disableKinds = ['RSS'] facebook_admin = '' # Facebook Page ID facebook_id = '' + # Twitter username for the website used in the card footer + twitter = 'john_doe' # For more see https://gohugo.io/content-management/menus/ [menu] |
