mirror of https://github.com/jpanther/congo.git
feat: add sharing to telegram
parent
e615de3755
commit
dc1ea3dfaa
|
@ -33,5 +33,10 @@
|
|||
"icon": "twitter",
|
||||
"title": "sharing.twitter",
|
||||
"url": "https://twitter.com/intent/tweet/?url=%s&text=%s"
|
||||
},
|
||||
"telegram": {
|
||||
"icon": "telegram",
|
||||
"title": "sharing.telegram",
|
||||
"url": "https://telegram.me/share/url?text=%s&url=%s"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ fingerprintAlgorithm = "sha256"
|
|||
showTaxonomies = false
|
||||
showWordCount = false
|
||||
showComments = false
|
||||
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email"]
|
||||
# sharingLinks = ["facebook", "twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line"]
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = true
|
||||
|
|
Loading…
Reference in New Issue