all repos — homestead @ dfa8889bbaddd666fbfd7e0a77e6fc0ff0f75dea

Code for my website

change subdomain links to point to alin.ovh

Alan Pearce
commit

dfa8889bbaddd666fbfd7e0a77e6fc0ff0f75dea

parent

bce267e09a38372b3edf9f6e40a4cc39e4bb1f89

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M templates/layout.gotemplates/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")), ),