+1 vote
in Gitea by
How to reslove Custom Templates not loading or working incorrectly?

1 Answer

0 votes
by

Gitea’s custom templates must be added to the correct location or Gitea will not find and use them.
The correct path for the template(s) will be relative to the CustomPath

  1. To find CustomPath, look for Custom File Root Path in Site Administration -> Configuration
  • If that doesn’t exist, you can try echo $GITEA_CUSTOM
  1. If you are still unable to find a path, the default can be calculated above
  2. Once you have figured out the correct custom path, you can refer to the customizing Gitea page to add your template to the correct location.
...