mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 15:28:37 -05:00
Remove redundant <meta> title tag.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user