From 51bdda3aa2c6c4c82f0bbec319be68fa776ecefd Mon Sep 17 00:00:00 2001 From: "Jeffrey Florek, Jr." Date: Sun, 8 Jun 2025 19:36:09 -0400 Subject: [PATCH] fix: Add correct Forgejo link to author.params --- config/_default/languages.en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index 732d7d8..fb66e8a 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -19,4 +19,4 @@ headline = "`TODO: Write a cool headline.`" bio = "`TODO: Write a bio`" links = [ {comment = "https://social.jeffreyflorek.com"}, - {code = "https://git.florek.systems"}] + {code = "https://git.florek.systems/jeff"}]