mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-12-21 18:50:43 -06:00
fix: update footer with updated repo link
This commit is contained in:
parent
f5b3671757
commit
9f5a274711
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ proc footerBar*(): VNode =
|
|||
packagesGitUrlBase & ctx.nimpkgs.packagesHash & "/packages.json".kstring,
|
||||
"nim-lang/packages:" & packagesAbbr
|
||||
)
|
||||
links.add ("http://github.com/daylinmorgan/nimpkgs".kstring, "source".kstring)
|
||||
links.add ("http://github.com/nimpkgs/website".kstring, "source".kstring)
|
||||
result = buildHtml(footer(class = "mt-auto md:mx-10 flex flex-col md:flex-row md:justify-between md:items-center mb-5")):
|
||||
if ctx.loaded:
|
||||
tdiv(class = "text-xs text-ctp-subtextzero px-1"):
|
||||
|
|
Loading…
Reference in a new issue