Remove redundant <meta> title tag.

This commit is contained in:
Max Goodman
2012-08-07 23:34:05 -07:00
parent 1e448b68dd
commit f5ffcf5d81

View File

@@ -32,7 +32,6 @@
<head>
<title>${self.Title()}</title>
<meta name="keywords" content="${self.keywords()}" />
<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=1024" />