summaryrefslogtreecommitdiffstats
path: root/custom/views/default/head.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'custom/views/default/head.tpl.php')
-rw-r--r--custom/views/default/head.tpl.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/custom/views/default/head.tpl.php b/custom/views/default/head.tpl.php
index 5773aa6..dbaf65c 100644
--- a/custom/views/default/head.tpl.php
+++ b/custom/views/default/head.tpl.php
@@ -1,3 +1,10 @@
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title><?php echo $pageTitle; ?></title>
<link rel="stylesheet" media="screen" type="text/css" href="custom/style/default.css" title="Default" />
-
<link rel="alternate" type="application/atom+xml" title="ATOM" href="atom.php" />
+
+ <script type="module">
+ document.documentElement.classList.remove("no-js");
+ document.documentElement.classList.add("js");
+ </script> \ No newline at end of file