Add Viewport Meta in header

This commit is contained in:
Thomas 2019-09-07 18:55:15 +02:00
parent 200dc4b4d1
commit 577fac5ea7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ proc renderMain*(body: VNode; prefs: Prefs; title="Nitter"; titleText=""; desc="
text titleText & " | " & title
else:
text title
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(property="og:type", content=`type`)
meta(property="og:title", content=titleText)