forgejo_installation_process/templates
2025-01-24 00:56:50 +01:00
..
home.tmpl Update templates/home.tmpl 2025-01-24 00:56:50 +01:00
README.md Update templates/README.md 2025-01-23 21:52:42 +01:00

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">