fix: Hide visible template tags by moving noscript block
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
{% if False %}
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="0;url=?noscript=1">
|
||||
</noscript>
|
||||
{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
|
||||
<meta
|
||||
name="description"
|
||||
@@ -64,6 +59,11 @@
|
||||
</script>
|
||||
<div id="root">
|
||||
<div class="static-content">
|
||||
{% if False %}
|
||||
<noscript>
|
||||
<meta http-equiv="refresh" content="0;url=?noscript=1">
|
||||
</noscript>
|
||||
{% endif %}
|
||||
<div class="container menu">
|
||||
<p>
|
||||
<a href="/">QotNews</a>
|
||||
|
||||
Reference in New Issue
Block a user