Add missing og:locale

This commit is contained in:
Zed 2020-01-10 01:59:52 +01:00
parent 2c6d2897ae
commit 662d25317f
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ proc renderHead*(prefs: Prefs; cfg: Config; titleText=""; desc=""; video="";
meta(property="og:title", content=titleText)
meta(property="og:description", content=stripHtml(desc))
meta(property="og:site_name", content="Nitter")
meta(property="og:locale", content="en_US")
for url in images:
meta(property="og:image", content=getPicUrl(url))