mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Remove unnecessary meta tags from file listing (#1157)
This commit is contained in:
parent
5849738f0b
commit
8860049a2f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ echo <<<EOF
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="robots" content="index, follow, noarchive">
|
<meta name="robots" content="index">
|
||||||
<meta name="description" content="File listing for topic - $topic_id | {$data['name']} ({$data['size']})">
|
<meta name="description" content="File listing for topic - $topic_id | {$data['name']} ({$data['size']})">
|
||||||
<link rel="shortcut icon" href="{$data['site_url']}favicon.png" type="image/x-icon">
|
<link rel="shortcut icon" href="{$data['site_url']}favicon.png" type="image/x-icon">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue