yait -> fp on home link

This commit is contained in:
2026-01-28 10:14:48 -05:00
parent f8822bf79c
commit 3e17e73ad2

View File

@@ -24,7 +24,7 @@ site:note(u.cc {
std.a("/static/yait.html", std.h4("Yait")), std.a("/static/yait.html", std.h4("Yait")),
std.p("  Yet Another Init Tool Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"), std.p("  Yet Another Init Tool Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"),
std.a("/static/fp.html", std.h4("Fp")), std.a("/static/fp.html", std.h4("Fp")),
std.p("  Free Pkg Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"), std.p("  Free Pkg Online Documentation. [" .. std.a("https://fsdproject.org/releases/fp", "fp home") .. "]"),
}) })
}) })