diff --git a/pages/gomod.rb b/pages/gomod.rb index 9ce4430..7ef2b64 100644 --- a/pages/gomod.rb +++ b/pages/gomod.rb @@ -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." } }