mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Support quoted replies stat, update font
This commit is contained in:
parent
82fe5d8b78
commit
b6a49fc4cb
13 changed files with 53 additions and 40 deletions
|
|
@ -28,7 +28,7 @@ proc renderNavbar*(title, rss: string; req: Request): VNode =
|
|||
icon "rss-feed", title="RSS Feed", href=rss
|
||||
icon "bird", title="Open in Twitter", href=twitterPath
|
||||
a(href="https://liberapay.com/zedeus"): verbatim lp
|
||||
icon "info-circled", title="About", href="/about"
|
||||
icon "info", title="About", href="/about"
|
||||
iconReferer "cog", "/settings", path, title="Preferences"
|
||||
|
||||
proc renderHead*(prefs: Prefs; cfg: Config; titleText=""; desc=""; video="";
|
||||
|
|
|
|||
Loading…
Reference in a new issue