Skip to content

Commit

Permalink
Update general.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
yiapps authored Dec 16, 2020
1 parent 5776ccc commit cb19fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/general.nim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ proc renderNavbar*(title, rss: string; req: Request): VNode =
if rss.len > 0:
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 "shopping-cart", title="Donate", href=#
icon "info", title="About", href="/about"
iconReferer "cog", "/settings", path, title="Preferences"

Expand Down

0 comments on commit cb19fa3

Please sign in to comment.