mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Show video plays in tweet stats
This commit is contained in:
parent
8a45afdd46
commit
59469da857
9 changed files with 32 additions and 28 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue