Merge branch 'main' of ssh://git.coopcloud.tech:2222/coop-cloud/coopcloud.tech into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-09-23 11:52:41 +02:00
10 changed files with 126 additions and 4 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html><html>
<head>
{{if .Page.Params.vanity -}}
{{ partial "goimport/goimport.html" . }}
{{- end}}
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; url={{ .Permalink }}" />
</head>
</html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html>
<head>
{{ partial "goimport/goimport.html" . }}
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="refresh" content="0; url={{.Params.vanity}}">
</head>
</html>

View File

@ -0,0 +1,2 @@
<meta name="go-import" content="coopcloud.tech{{substr .RelPermalink 0 -1}} git {{.Params.vanity}}">
<meta name="go-source" content="coopcloud.tech{{substr .RelPermalink 0 -1}} {{.Params.vanity}} {{.Params.vanity}}/src/branch/main{/dir} {{.Params.vanity}}/src/branch/main{/dir}/{file}#L{line}">