projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9206d09
)
Ajout de la balise viewport manquante.
author
opi
<opi@no-log.org>
Sun, 28 Jun 2015 14:39:40 +0000
(16:39 +0200)
committer
opi
<opi@no-log.org>
Sun, 28 Jun 2015 14:39:40 +0000
(16:39 +0200)
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index a819797e549cdfe098dc3a3b19c7e77923bb8b32..3e0a8753e3def733ac4079bf442c657969bcfb37 100644
(file)
--- 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>