Skip to content

Commit

Permalink
fix donate link
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed Jun 3, 2024
1 parent 5c1712b commit d3b8c31
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 @@ -24,7 +24,7 @@ proc renderNavbar(cfg: Config; req: Request; rss, canonical: string): VNode =
tdiv(class="inner-nav"):
tdiv(class="nav-item"):
a(class="site-name", href="/"): text cfg.title
a(href="/donate"): text "(donate)"
a(href="/about"): text "(donate)"


a(href="/"): img(class="site-logo", src="/logo.png", alt="Logo")
Expand Down

0 comments on commit d3b8c31

Please sign in to comment.