whoops, other way

This commit is contained in:
Aleks Rutins 2025-06-04 16:57:27 -04:00
parent e316928593
commit 37ef8ad9fb

View file

@ -17,7 +17,7 @@ class Pages::GoMod < ::Phlex::HTML
h1 { @import }
p {
plain "This is a generated page to host the Go module located at "
a(href: @repo) { @repourl }
a(href: @repourl) { @repo }
plain ". You'll probably find more information about it over there."
}
}