linky to code

deepcrayonfish
server 2021-11-15 12:16:26 -07:00
parent b24ffd31e3
commit fa9b6767c7
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ object topnav {
div(role := "group")(
a(href := "/games/bot")(trans.currentGames())
)
),
st.section(
linkTitle(("https://spacecruft.org/deepcrayon/lila"), ("Code")),
div(role := "group")(
a(href := "https://github.com/ornicar/lila")("Upstream")
)
)
)
}