diff --git a/go.mod b/go.mod
index 0269be6..595660f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module github.com/imfing/hextra
+module code.mygenius.co/Genius/hextra
go 1.20
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 61cbb11..c206fa6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -35,7 +35,7 @@
{{- define "theme-credit" -}}
-
+
{{- . | markdownify -}}
{{- if strings.Contains . "Hextra" -}}
diff --git a/theme.toml b/theme.toml
index 4f05672..ac2e970 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ name = "Hextra"
license = "MIT"
licenselink = "https://github.com/imfing/hextra/blob/main/LICENSE"
description = "Modern, responsive, batteries-included Hugo theme for creating beautiful static websites."
-homepage = "https://github.com/imfing/hextra/"
+homepage = "https://code.mygenius.co/Genius/hextra"
demosite = "https://imfing.github.io/hextra/"
tags = ["Modern", "Elegant", "Blog", "Documentation", "Responsive", "Clean", "Light", "Dark", "Minimal"]
features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual", "Social", "Blog", "RSS", "Customization"]