ditto
This commit is contained in:
parent
e713108743
commit
b2c1890de8
2 changed files with 2 additions and 2 deletions
2
build.rb
2
build.rb
|
@ -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|
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue