forgejo/templates: rename issues and pull requests

Doing le funny
This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 411ccf38e8
2 changed files with 206 additions and 2 deletions

View file

@ -169,9 +169,11 @@ in {
"L+ '${customDir}/public/assets/css/codeberg/dark-variables.css' - - - - ${dark-variables}"
# Templates
"d '${customDir}/templates ' 0750 ${user} ${group} - -"
"d '${customDir}/templates' 0750 ${user} ${group} - -"
"d '${customDir}/templates/repo' 0750 ${user} ${group} - -"
# Home page
"L+ '${customDir}/templates' - - - - ${./templates}"
"L+ '${customDir}/templates/home.tmpl' - - - - ${./templates}/home.tmpl"
"L+ '${customDir}/templates/repo/header.tmpl' - - - - ${./templates/repo}/header.tmpl"
# Fuck off scrapers
"L+ ${customDir}/public/robots.txt - - - - ${robots.outPath}"