gitea/templates
silverwind c7612d178c
Remove meta tags theme-color and default-theme (#24960)
As discussed in
https://github.com/go-gitea/gitea/pull/24953#issuecomment-1565630156.

## ⚠️ BREAKING ⚠️

1. The `ui.THEME_COLOR_META_TAG` setting has been removed. If you still
need to set the `theme-color` meta tag, add it via
`$GITEA_CUSTOM/templates/custom/header.tmpl` instead.

2. The non-standard `default-theme` meta-tag added in
https://github.com/go-gitea/gitea/pull/13809 has been removed. Third
party code that needs to obtain the currently loaded theme should use
the `theme-<name>` class on the `<html>` node instead, which reflect the
currently active theme.
2023-05-28 22:33:17 +00:00
..
admin Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
api/packages/pypi
base Remove meta tags theme-color and default-theme (#24960) 2023-05-28 22:33:17 +00:00
code
custom
devtest
explore Add Link to Stars and Forks Page to Repo List (#24931) 2023-05-25 16:57:49 +00:00
mail
org Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
package
projects
repo Improve and fix bugs surrounding reactions (#24760) 2023-05-28 01:34:18 +00:00
shared Show bot label next to username when rendering autor link if the user is a bot (#24943) 2023-05-26 18:58:11 +02:00
status Remove meta tags theme-color and default-theme (#24960) 2023-05-28 22:33:17 +00:00
swagger
user Improve some Forms (#24878) 2023-05-26 09:42:54 +00:00
home.tmpl
install.tmpl
post-install.tmpl