Skip to content

Commit

Permalink
fix: go-source path
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed Feb 20, 2022
1 parent 05b833d commit fe65d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="go-import" content="{{ .Config.Domain }}{{ .Path }} git {{ .Repo }}.git">
<meta name="go-source"
content="{{ .Config.Domain }}{{ .Path }} _ {{ .Repo }}tree/master{/dir} {{ .Repo.URL }}blob/master{/dir}/{file}#L{line}">
content="{{ .Config.Domain }}{{ .Path }} _ {{ .Repo }}/tree/master{/dir} {{ .Repo.URL }}blob/master{/dir}/{file}#L{line}">
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/{{ .Config.Domain }}{{ .Path }}">
<title>{{ .Config.Domain }}{{ .Path }}</title>
</head>
Expand Down

0 comments on commit fe65d6b

Please sign in to comment.