forgejo/templates
silverwind c7612d178c
Remove meta tags theme-color and default-theme ()
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 () 2023-05-26 09:42:54 +00:00
api/packages/pypi Remove incorrect HTML self close tag () 2023-03-27 18:05:51 +02:00
base Remove meta tags theme-color and default-theme () 2023-05-28 22:33:17 +00:00
code Use data-tooltip-content for tippy tooltip () 2023-03-24 18:35:38 +08:00
custom Add footer extra links template () 2020-01-03 20:41:56 +02:00
devtest Improve button-ghost, remove tertiary button () 2023-05-13 20:38:22 +00:00
explore Add Link to Stars and Forks Page to Repo List () 2023-05-25 16:57:49 +00:00
mail Remove incorrect HTML self close tag () 2023-03-27 18:05:51 +02:00
org Improve some Forms () 2023-05-26 09:42:54 +00:00
package Add CRAN package registry () 2023-05-22 10:57:49 +08:00
projects Use shared/issueicon template in projects () 2023-05-25 14:25:31 +02:00
repo Improve and fix bugs surrounding reactions () 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 () 2023-05-26 18:58:11 +02:00
status Remove meta tags theme-color and default-theme () 2023-05-28 22:33:17 +00:00
swagger Add the ability to pin Issues () 2023-05-25 15:17:19 +02:00
user Improve some Forms () 2023-05-26 09:42:54 +00:00
home.tmpl Improve home page template, fix Sort dropdown menu flash () 2023-04-01 13:47:54 +08:00
install.tmpl Unification of registration fields order () 2023-05-15 20:29:39 +02:00
post-install.tmpl Remove incorrect HTML self close tag () 2023-03-27 18:05:51 +02:00