diff --git a/blog/freelancer_menu/freelancer_menu.templ b/blog/freelancer_menu/freelancer_menu.templ index 2853892..cf4d076 100644 --- a/blog/freelancer_menu/freelancer_menu.templ +++ b/blog/freelancer_menu/freelancer_menu.templ @@ -32,12 +32,17 @@ templ FreelancerMenuT() {
Page dedicated to gathering links related to Freelancer (2003) game.
- @Articles(articles.ArticleDiscoLinux,articles.ArticleFreelancerVanillaLinux, articles.ArticleFreelancerHDLinux, articles.ArticleAllShortestPaths) + @Articles(articles.ArticleDiscoLinux, + articles.ArticleFreelancerVanillaLinux, + articles.ArticleFreelancerHDLinux, + articles.ArticleAllShortestPaths, + ) @Tools( pet_projects.ProjectDarkstat, pet_projects.ProjectDarkbot, pet_projects.ProjectDarklint, pet_projects.ProjectConfigs, + pet_projects.ProjectServerVanilla, )diff --git a/blog/pet_projects/pet_projects_urls/urls.go b/blog/pet_projects/pet_projects_urls/urls.go index 0fd13c5..8b75a2d 100644 --- a/blog/pet_projects/pet_projects_urls/urls.go +++ b/blog/pet_projects/pet_projects_urls/urls.go @@ -1,10 +1,11 @@ package pet_projects_urls const ( - Autogit = "https://github.com/darklab8/autogit" - Blog = "https://github.com/darklab8/blog" - GoTypelog = "https://github.com/darklab8/go-typelog" - PyTypelog = "https://github.com/darklab8/py-typelog" - Infra = "https://github.com/darklab8/infra" - Argocue = "https://github.com/darklab8/argocd-cue" + Autogit = "https://github.com/darklab8/autogit" + Blog = "https://github.com/darklab8/blog" + GoTypelog = "https://github.com/darklab8/go-typelog" + PyTypelog = "https://github.com/darklab8/py-typelog" + Infra = "https://github.com/darklab8/infra" + Argocue = "https://github.com/darklab8/argocd-cue" + FlServerVanilla = "https://github.com/darklab8/fl-server-vanilla" )