feat: add projects section with initial project listing and structure

This commit is contained in:
retoor 2024-12-08 03:16:50 +00:00
parent 32599da0a5
commit f0124c1d5d

View File

@ -58,13 +58,12 @@
<a class="item" rel="noopener noreferrer" href="/retoor/gists/">Examples / Research / Gists</a> <a class="item" rel="noopener noreferrer" href="/retoor/gists/">Examples / Research / Gists</a>
{{end}} {{end}}
{{ if .IsSigned }}
<a class="item" href="{{AppSubUrl}}/{{.SignedUser.Name}}/-/projects">Projects</a>
{{ end }}
{{template "custom/extra_links" .}} {{template "custom/extra_links" .}}
<!--
{{if not .IsSigned}}
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.com">{{ctx.Locale.Tr "help"}}</a>
{{end}}
-->
</div> </div>
<!-- the full dropdown menus --> <!-- the full dropdown menus -->