5e6e4ffb32ce61ad6051d1d3a0b6ef95cb68b494
- Wrapped file view, blame, and directory listing sections inside `{{if .IsSigned}}` blocks to restrict content visibility to authenticated users.
- Moved `repo/sub_menu` template inclusion into the signed-in block for both home and directory views.
- Added duplicate `{{if .IsSigned}}` check and redundant template calls for view_file, blame, and view_list to correct nested conditional structure.
- Removed `{{if .IsSigned}}` guard from the original `repo/sub_menu` call to prevent double rendering and align with new layout.
Description
Customized gitea configuration to convert it into a portfolio site if not logged in, a repository dev platform with build server when loggen in.
25 MiB
Languages
JavaScript
100%