mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 23:29:32 +00:00
Add search button and fix unset timeline beginning
This commit is contained in:
parent
19659de410
commit
70c42dd05a
6 changed files with 11 additions and 7 deletions
|
|
@ -14,6 +14,7 @@ proc renderNavbar*(title, path, rss: string): VNode =
|
|||
a(href="/"): img(class="site-logo", src="/logo.png")
|
||||
|
||||
tdiv(class="nav-item right"):
|
||||
icon "search", title="Search", href="/search"
|
||||
if rss.len > 0:
|
||||
icon "rss", title="RSS Feed", href=rss
|
||||
icon "info-circled", title="About", href="/about"
|
||||
|
|
|
|||
Loading…
Reference in a new issue