mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-08 11:25:20 +02:00
Show repos acording to user/organization
This commit is contained in:
parent
c746875fcf
commit
dc2b28ed76
3 changed files with 7 additions and 2 deletions
|
@ -14,6 +14,9 @@
|
|||
{{if .IsSigned}}
|
||||
<meta name="_uid" content="{{.SignedUser.ID}}" />
|
||||
{{end}}
|
||||
{{if .ContextUser}}
|
||||
<meta name="_context_uid" content="{{.ContextUser.ID}}" />
|
||||
{{end}}
|
||||
{{if .GoGetImport}}
|
||||
<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
|
||||
<meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue