Add viewport tag to the main site for mobile users.

This commit is contained in:
Max Goodman
2011-09-02 12:15:52 -07:00
committed by Neil Williams
parent 2a3b5d3d4d
commit 8b83dd9537

View File

@@ -36,6 +36,7 @@
<meta name="title" content="${self.Title()}" />
<meta name="description" content="${getattr(thing, 'short_description', None) or g.short_description}" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=800, initial-scale=1" />
${self.robots()}
##these are globals, so they should be run first