Skip to content

Commit

Permalink
Fix meta tags
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Oct 11, 2023
1 parent 80655ac commit b44332b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/themes/carvel/layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<meta name="apple-touch-fullscreen" content="yes" />

{{ if .Params.packages }}
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="go-import" content="{{ index .Params.packages 0 }} git {{ .Params.repo }}">
<meta name="go-source" content="{{ index .Params.packages 0 }} {{ .Params.repo }} {{ .Params.repo }}/tree/master{/dir} {{.Params.repo}}/blob/master{/dir}/{file}#L{line}">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="go-import" content="{{ index .Params.packages 0 }} git {{ .Params.repo }}" />
<meta name="go-source" content="{{ index .Params.packages 0 }} {{ .Params.repo }} {{ .Params.repo }}/tree/master{/dir} {{.Params.repo}}/blob/master{/dir}/{file}#L{line}" />
{{ end }}

0 comments on commit b44332b

Please sign in to comment.