Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
_repo_header.html: Add link to root
{{- define "repo_header" -}}
<a href="/">Lindenii Forge</a> /
<a href="/g/{{ .group_name }}/">{{ .group_name }}</a>
/
<a href="/g/{{ .group_name }}/repos/">repos</a>
/
<a href="/g/{{ .group_name }}/repos/{{ .repo_name }}/">{{ .repo_name }}</a>
{{- end -}}