commit 352d2dba6de9d1dc9307cb789130abe73a6a0ac0
parent 066678f53ba6dbe702e325156a16df9b08fface6
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Fri, 20 May 2022 21:17:19 +0000
tweak: changes
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/headers.tpl b/lib/headers.tpl
@@ -9,6 +9,8 @@
% if(test -f $sitedir/_werc/pub/style.css)
% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">'
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+
<meta charset="UTF-8">
% # Legacy charset declaration for backards compatibility with non-html5 browsers.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -23,7 +25,7 @@
% cat $h
%($"extraHeaders%)
-
+ <script src="https://cdn.jsdelivr.net/npm/link-summoner@1.0.2/dist/browser.min.js" type="module"></script>
</head>
<body>