Remove "noscript" tag from html head (#33846)

This commit is contained in:
wxiaoguang 2025-03-11 00:52:08 +08:00 committed by GitHub
parent 657239b480
commit 7fa47de7e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,6 @@
<link rel="icon" href="{{AssetUrlPrefix}}/img/favicon.svg" type="image/svg+xml">
<link rel="alternate icon" href="{{AssetUrlPrefix}}/img/favicon.png" type="image/png">
{{template "base/head_script" .}}
<noscript>
<style>
.dropdown:hover > .menu { display: block; }
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
</style>
</noscript>
{{template "base/head_opengraph" .}}
{{template "base/head_style" .}}
{{template "custom/header" .}}