Show video plays in tweet stats

This commit is contained in:
Zed
2019-08-19 21:18:18 +02:00
parent 8a45afdd46
commit 59469da857
9 changed files with 32 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ proc renderNavbar*(title: string): VNode =
tdiv(class="item right"):
icon "info-circled", title="About", href="/about"
icon "cog-2", title="Preferences", href="/settings"
icon "cog", title="Preferences", href="/settings"
proc renderMain*(body: VNode; prefs: Prefs; title="Nitter"; titleText=""; desc="";
`type`="article"; video=""; images: seq[string] = @[]): string =