aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMeisam <39205857+MFTabriz@users.noreply.github.com>2022-11-25 16:33:37 +0100
committerGitHub <noreply@github.com>2022-11-25 09:33:37 -0600
commitabecf632d2886149474471a0e41e14dc3e15340e (patch)
tree0efc254bf3c830dc06c087d2ec211f846d3e166e /templates
parent7a4f7b35e341218015f8b09d2a8e960839409265 (diff)
downloadgitea-abecf632d2886149474471a0e41e14dc3e15340e.tar.gz
gitea-abecf632d2886149474471a0e41e14dc3e15340e.zip
add rel="me" to org.website link (#21941)
This lets organizations verify their link on 3rd party websites.
Diffstat (limited to 'templates')
-rw-r--r--templates/org/home.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl
index 358f045bc6..6474204493 100644
--- a/templates/org/home.tmpl
+++ b/templates/org/home.tmpl
@@ -16,7 +16,7 @@
{{if $.RenderedDescription}}<p class="render-content markup">{{$.RenderedDescription|Str2html}}</p>{{end}}
<div class="text grey meta">
{{if .Org.Location}}<div class="item">{{svg "octicon-location"}} <span>{{.Org.Location}}</span></div>{{end}}
- {{if .Org.Website}}<div class="item">{{svg "octicon-link"}} <a target="_blank" rel="noopener noreferrer" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}}
+ {{if .Org.Website}}<div class="item">{{svg "octicon-link"}} <a target="_blank" rel="noopener noreferrer me" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}}
</div>
</div>
</div>