add 'viewport' instructions

This commit is contained in:
B. Petersen
2023-12-13 15:30:48 +01:00
committed by holger krekel
parent bb3a0a9945
commit 4a2b37f740

View File

@@ -5,6 +5,7 @@
{% if config.webdev %}
<meta http-equiv="refresh" content="3">
{% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>{{ config.mail_domain }} {{ pagename }}</title>
<link rel="stylesheet" href="./main.css">
<link rel="icon" href="/logo.svg">