From 37ef8ad9fbcdde9ff32fde9ac35a63a1623e55b7 Mon Sep 17 00:00:00 2001 From: Aleks Rutins Date: Wed, 4 Jun 2025 16:57:27 -0400 Subject: [PATCH] whoops, other way --- pages/gomod.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." } }