diff options
author | zottel <github@zottel.net> | 2014-02-20 08:42:40 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-02-20 08:42:40 +0100 |
commit | b223b52f83344a7ebdea460cd534d24337f0b403 (patch) | |
tree | 793e2eb49387c4a371229cc70f18c2c3df95485c /view/tpl/head.tpl | |
parent | 79d3dae7fa80df6ea6914807bcde4d8b8c390361 (diff) | |
parent | c219451702b2e20c100c8b2a32f4dd1f42e82768 (diff) | |
download | volse-hubzilla-b223b52f83344a7ebdea460cd534d24337f0b403.tar.gz volse-hubzilla-b223b52f83344a7ebdea460cd534d24337f0b403.tar.bz2 volse-hubzilla-b223b52f83344a7ebdea460cd534d24337f0b403.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-x | view/tpl/head.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index eb4c6c2ad..b96c46dd7 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,5 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> +<meta name="viewport" content="width=device-width, initial-scale=0"> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> |