summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorNathan Zadoks <nathan@nathan7.eu>2015-10-30 13:52:36 +0100
committerNathan Zadoks <nathan@nathan7.eu>2015-10-30 14:00:09 +0100
commit4323a89c0354e4f25dbffc4b77c1e3f9ba68ba24 (patch)
tree2f9835381733f54d473556b840539a7b6000ff4a /templates/base
parent102b675f96eb4340c35376ddd33385f4f20ef091 (diff)
downloadgitea-4323a89c0354e4f25dbffc4b77c1e3f9ba68ba24.tar.gz
gitea-4323a89c0354e4f25dbffc4b77c1e3f9ba68ba24.zip
Add go-source directive to repo pages
This makes Gogs repos work with godoc.org: https://github.com/golang/gddo/wiki/Source-Code-Links
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 323079f7cb..caece3244e 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -11,6 +11,7 @@
<meta name="_suburl" content="{{AppSubUrl}}" />
{{if .GoGetImport}}
<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
+ <meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
{{end}}
<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />