diff options
author | Lufa <lufa@lufa-12.04> | 2012-10-01 16:51:14 +0300 |
---|---|---|
committer | Lufa <lufa@lufa-12.04> | 2012-10-01 16:51:14 +0300 |
commit | 27cd3d0b255b83b49411ad5284297edba64e1114 (patch) | |
tree | 25e68f13a16e10ab78052263f254b2188a779c0d /tuxlite_tbs | |
parent | 01a8792a5116a305368d9d98fa366923086e0633 (diff) | |
download | pelican-themes-27cd3d0b255b83b49411ad5284297edba64e1114.tar.gz |
Enabling responsive features (according to http://twitter.github.com/bootstrap/scaffolding.html#responsive).
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r-- | tuxlite_tbs/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html index ec9e5ea..6882e4f 100644 --- a/tuxlite_tbs/templates/base.html +++ b/tuxlite_tbs/templates/base.html @@ -5,6 +5,7 @@ <title>{% block windowtitle %}{{ SITENAME }}{% endblock %}</title> <meta name="description" content=""> <meta name="author" content="{{ AUTHOR }}"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> |