change subdomain links to point to alin.ovh
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M templates/layout.go → templates/layout.go
@@ -3,9 +3,9 @@ import ( "io" + "alin.ovh/homestead/internal/config" "github.com/Southclaws/fault" "github.com/alanpearce/htmlformat" - "alin.ovh/homestead/internal/config" g "alin.ovh/gomponents" . "alin.ovh/gomponents/html"@@ -81,7 +81,7 @@ ), ), Main(ID("main"), g.Group(children)), Footer( - A(Href("https://git.alanpearce.eu/website"), g.Text("Content")), + A(Href("https://git.alin.ovh/website"), g.Text("Content")), g.Text(" is "), A( Rel("license"),@@ -89,7 +89,7 @@ Href("http://creativecommons.org/licenses/by/4.0/"), g.Text("CC BY 4.0"), ), g.Text(". "), - A(Href("https://git.alanpearce.eu/homestead"), g.Text("Site source code")), + A(Href("https://git.alin.ovh/homestead"), g.Text("Site source code")), g.Text(" is "), A(Href("https://opensource.org/licenses/MIT"), g.Text("MIT")), ),