mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-29 15:08:46 +03:00
Separate twitter card params
This commit is contained in:
parent
b39a2e93b7
commit
6f5e42002e
1 changed files with 7 additions and 2 deletions
|
@ -98,14 +98,19 @@ paginate = 5
|
|||
# it's set to `true` by default
|
||||
# oneHeadingSize = false
|
||||
|
||||
[params.twitter]
|
||||
# set Twitter handles for Twitter cards
|
||||
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
|
||||
# do not include @
|
||||
creator = ""
|
||||
site = ""
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
title = "Terminal"
|
||||
subtitle = "A simple, retro theme for Hugo"
|
||||
owner = ""
|
||||
twitterOwner = "" #Site Owner Twitter handle - do not include @
|
||||
twitterSite = "" #Site Twitter handle - do not include @
|
||||
keywords = ""
|
||||
copyright = ""
|
||||
menuMore = "Show more"
|
||||
|
|
Loading…
Reference in a new issue