.. | ||
home.tmpl | ||
README.md |
This files live in /var/lib/forgejo/custom/templates/
Changes need a restart of the service to take effect
systemctl restart forgejo.service
home.tmpl
Is the Landing page:
Replaced the logo with the university logo and the standard text. If we need to replace information to the user before a login we can add it here.
base/head_navbar.tmpl
Changed the logo in the corner of the navbar:
<img width="30" height="30" src="https://git.neuro.uni-bremen.de/git_rot/logo/raw/branch/main/logo.svg" alt="{{ctx.Locale.Tr "logo"}}" aria-hidden="true">