mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Add viewport tag to the main site for mobile users.
This commit is contained in:
committed by
Neil Williams
parent
2a3b5d3d4d
commit
8b83dd9537
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user