fix: update footer with updated repo link

This commit is contained in:
Daylin Morgan 2023-11-25 13:00:40 -06:00
parent f5b3671757
commit 9f5a274711
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -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"):