Remove test url from metadata

This commit is contained in:
Zed 2019-08-12 22:56:27 +02:00
parent 67467aa70d
commit 64f9af28e0
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ proc renderMain*(body: VNode; title="Nitter"; titleText=""; desc="";
meta(property="og:type", content=`type`)
meta(property="og:title", content=titleText)
meta(property="og:url", content="https://t.co/VOkeVRgJgc")
meta(property="og:description", content=desc)
meta(property="og:site_name", content="Twitter")