diff --git a/roles/gitea-ccchb/files/templates/base/head.tmpl b/roles/gitea-ccchb/files/templates/base/head.tmpl
deleted file mode 100644
index a331623..0000000
--- a/roles/gitea-ccchb/files/templates/base/head.tmpl
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
- {{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}
-
-
-
-
-
-
-
-{{if .GoGetImport}}
-
-
-{{end}}
-{{if .FeedURL}}
-
-
-{{end}}
-
-
-
- {{template "base/head_script" .}}
-
-{{if .PageIsUserProfile}}
-
-
-
-
- {{if .Owner.Description}}
-
- {{end}}
-{{else if .Repository}}
- {{if .Issue}}
-
-
- {{if .Issue.Content}}
-
- {{end}}
- {{else}}
-
-
- {{if .Repository.Description}}
-
- {{end}}
- {{end}}
-
- {{if .Repository.AvatarLink}}
-
- {{else}}
-
- {{end}}
-{{else}}
-
-
-
-
-
-{{end}}
-
-{{if .IsSigned }}
- {{ if ne .SignedUser.Theme "gitea" }}
-
- {{end}}
-{{else if ne DefaultTheme "gitea"}}
-
-{{end}}
-{{template "custom/header" .}}
-
-
- {{template "custom/body_outer_pre" .}}
-
-
-
-
- {{template "custom/body_inner_pre" .}}
-
- {{if not .PageIsInstall}}
-
- {{template "base/head_navbar" .}}
-
- {{end}}
-
-{{if false}}
- {{/* to make html structure "likely" complete to prevent IDE warnings */}}
-
-
-
-{{end}}