This commit is contained in:
Aleks Rutins 2025-06-04 16:47:18 -04:00
parent e713108743
commit b2c1890de8
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ require_relative "pages/post"
require_relative "pages/gomod"
def go_modules = {
"farthergate.com/terminated": 'git.farthergate.com/ztYyRKXjvYE5Ri7YjsXf8gGY5cXy'
'farthergate.com/terminated': 'git.farthergate.com/ztYyRKXjvYE5Ri7YjsXf8gGY5cXy'
}
Phlexite::Site.new { |s|

View file

@ -4,7 +4,7 @@ class Pages::GoMod < ::Phlex::HTML
@repo = repo
end
def view_template
render ::Pages::Layout.new({title: @import}, meta: {
render ::Pages::Layout.new({title: @import.to_s}, meta: {
"go-import" => "#{@import} git #{@repo}"
}) {
p {