From: opi <opi@no-log.org>
Date: Sun, 28 Jun 2015 14:39:40 +0000 (+0200)
Subject: Ajout de la balise viewport manquante.
X-Git-Url: https://nos-oignons.net/gitweb/website.git/commitdiff_plain/082a0f5c8db3194d0c3eb5f0e43d169764d1d36f?ds=inline

Ajout de la balise viewport manquante.
---

diff --git a/templates/page.tmpl b/templates/page.tmpl
index a819797..3e0a875 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -12,6 +12,7 @@
 </TMPL_IF>
 <TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
     <title><TMPL_VAR TITLE></title>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 <TMPL_IF FAVICON>
     <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>