diff options
author | marijus <mario@mariovavti.com> | 2014-02-19 18:42:37 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-02-19 18:42:37 +0100 |
commit | c09087262c29c093762e91b280fa452c7b935ce9 (patch) | |
tree | d6895cf9f7a8001de4d83e5b01188e55faabb82b /view/tpl/head.tpl | |
parent | 6ac81c936077caa7167ddc3a2eb3c1022826d5d9 (diff) | |
download | volse-hubzilla-c09087262c29c093762e91b280fa452c7b935ce9.tar.gz volse-hubzilla-c09087262c29c093762e91b280fa452c7b935ce9.tar.bz2 volse-hubzilla-c09087262c29c093762e91b280fa452c7b935ce9.zip |
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]> |