added proglang links to footer

This commit is contained in:
2024-07-23 14:00:53 +02:00
parent d5d5f92f81
commit 2e2268b10a

View File

@ -1,8 +1,8 @@
<footer class="page-footer" role="group" aria-label="{{ctx.Locale.Tr "aria.footer"}}">
<div class="left-links" role="contentinfo" aria-label="{{ctx.Locale.Tr "aria.footer.software"}}">
{{if ShowFooterPoweredBy}}
<a target="_blank" rel="noopener noreferrer" href="https://about.gitea.com">{{ctx.Locale.Tr "powered_by" "Gitea"}}</a>
{{end}}
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de">{{ctx.Locale.Tr "powered_by" "Laurel"}}</a>
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de">Department of Programming Languages</a>
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de/imprint.html">Imprint</a>
{{if (or .ShowFooterVersion .PageIsAdmin)}}
{{ctx.Locale.Tr "version"}}:
{{if .IsAdmin}}
@ -25,8 +25,5 @@
{{end}}
</div>
</div>
<a href="{{AssetUrlPrefix}}/licenses.txt">{{ctx.Locale.Tr "licenses"}}</a>
{{if .EnableSwagger}}<a href="{{AppSubUrl}}/api/swagger">API</a>{{end}}
{{template "custom/extra_links_footer" .}}
</div>
</footer>