diff options
author | friendica <info@friendica.com> | 2014-02-20 14:06:00 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-20 14:06:00 +1100 |
commit | 5ae05e32e57a41c28138c8eaf9bb51c62d37caea (patch) | |
tree | 0119972ce25971f1714bed600591762c732219f7 /view/tpl/head.tpl | |
parent | eae10636632954b2cfdd5becb75a80e24ba4b597 (diff) | |
parent | 82b028173c89f559b97bc819d232b4b0fa0330e0 (diff) | |
download | volse-hubzilla-5ae05e32e57a41c28138c8eaf9bb51c62d37caea.tar.gz volse-hubzilla-5ae05e32e57a41c28138c8eaf9bb51c62d37caea.tar.bz2 volse-hubzilla-5ae05e32e57a41c28138c8eaf9bb51c62d37caea.zip |
Merge pull request #321 from git-marijus/master
bootstrapify the nav
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]> |