updating references specific to forked repo

This commit is contained in:
drowl87 2024-06-30 08:40:58 -04:00
parent bf20033537
commit 22d6311d04
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/imfing/hextra module code.mygenius.co/Genius/hextra
go 1.20 go 1.20

View File

@ -35,7 +35,7 @@
</footer> </footer>
{{- define "theme-credit" -}} {{- define "theme-credit" -}}
<a class="hx-flex hx-text-sm hx-items-center hx-gap-1 hx-text-current" target="_blank" rel="noopener noreferrer" title="Hextra GitHub Homepage" href="https://github.com/imfing/hextra"> <a class="hx-flex hx-text-sm hx-items-center hx-gap-1 hx-text-current" target="_blank" rel="noopener noreferrer" title="Hextra Gitea Homepage" href="https://code.mygenius.co/Genius/hextra">
<span> <span>
{{- . | markdownify -}} {{- . | markdownify -}}
{{- if strings.Contains . "Hextra" -}} {{- if strings.Contains . "Hextra" -}}

View File

@ -5,7 +5,7 @@ name = "Hextra"
license = "MIT" license = "MIT"
licenselink = "https://github.com/imfing/hextra/blob/main/LICENSE" licenselink = "https://github.com/imfing/hextra/blob/main/LICENSE"
description = "Modern, responsive, batteries-included Hugo theme for creating beautiful static websites." 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/" demosite = "https://imfing.github.io/hextra/"
tags = ["Modern", "Elegant", "Blog", "Documentation", "Responsive", "Clean", "Light", "Dark", "Minimal"] tags = ["Modern", "Elegant", "Blog", "Documentation", "Responsive", "Clean", "Light", "Dark", "Minimal"]
features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual", "Social", "Blog", "RSS", "Customization"] features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual", "Social", "Blog", "RSS", "Customization"]