diff options
| author | Jan-Philipp Benecke <github@bnck.me> | 2021-05-19 00:49:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 15:49:33 -0700 |
| commit | 4f8f13fd76f065e49efdb3aa1a7504ffcafbf9a8 (patch) | |
| tree | f68612e4882f707840ef0a1bc0d14477dfcb1c06 /templates | |
| parent | b627e361379b89802df4930abbc64ce26bd8f323 (diff) | |
| download | sally-4f8f13fd76f065e49efdb3aa1a7504ffcafbf9a8.tar.gz | |
Allow setting branch (#46)
Support specifying the branch from which source will be served in
the YAML configuration.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/package.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/package.html b/templates/package.html index 38deaf3..293b392 100644 --- a/templates/package.html +++ b/templates/package.html @@ -2,7 +2,7 @@ <html> <head> <meta name="go-import" content="{{ .CanonicalURL }} git https://{{ .Repo }}"> - <meta name="go-source" content="{{ .CanonicalURL }} https://{{ .Repo }} https://{{ .Repo }}/tree/master{/dir} https://{{ .Repo }}/tree/master{/dir}/{file}#L{line}"> + <meta name="go-source" content="{{ .CanonicalURL }} https://{{ .Repo }} https://{{ .Repo }}/tree/{{ .Branch }}{/dir} https://{{ .Repo }}/tree/{{ .Branch }}{/dir}/{file}#L{line}"> <meta http-equiv="refresh" content="0; url={{ .GodocURL }}"> </head> <body> |