mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Improve web preview
This commit is contained in:
parent
6237460f77
commit
2677782286
2 changed files with 3 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ proc renderMain*(body: VNode; prefs: Prefs; title="Nitter"; titleText=""; desc="
|
|||
meta(property="og:type", content=`type`)
|
||||
meta(property="og:title", content=titleText)
|
||||
meta(property="og:description", content=desc)
|
||||
meta(property="og:site_name", content="Twitter")
|
||||
meta(property="og:site_name", content="Nitter")
|
||||
|
||||
for url in images:
|
||||
meta(property="og:image", content=getPicUrl(url))
|
||||
|
|
|
|||
Loading…
Reference in a new issue