1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-22 07:06:40 +02:00
alltube/templates/inc/head.tpl

26 lines
1.2 KiB
Smarty
Raw Normal View History

2014-03-13 20:07:56 +01:00
<!Doctype HTML>
2016-05-01 20:14:58 +02:00
<html lang="en">
2014-03-13 20:07:56 +01:00
<head>
<meta charset="UTF-8" />
<meta name=viewport content="width=device-width, initial-scale=1">
{if isset($description)}
<meta name="description" content="{$description|escape}" />
<meta name="twitter:description" content="{$description|escape}" />
<meta property="og:description" content="{$description|escape}" />
{/if}
2016-04-06 13:19:27 +02:00
<link rel="stylesheet" href="{base_url|noscheme}/dist/main.css" />
<title>AllTube Download{if isset($title)} - {$title|escape}{/if}</title>
2017-01-16 14:26:12 +01:00
<link rel="canonical" href="{$canonical}" />
2016-04-06 13:19:27 +02:00
<link rel="icon" href="{base_url|noscheme}/img/favicon.png" />
<meta property="og:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
2016-05-01 20:47:39 +02:00
<meta property="og:image" content="{base_url}/img/logo.png" />
2014-03-13 20:07:56 +01:00
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
2016-05-01 20:47:39 +02:00
<meta name="twitter:image" content="{base_url}/img/logo.png" />
2014-03-13 20:07:56 +01:00
<meta name="twitter:creator" content="@Tael67" />
2014-04-04 16:38:36 +02:00
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
2016-02-26 23:41:57 +01:00
<meta name="theme-color" content="#4F4F4F">
2016-02-26 23:53:48 +01:00
<link rel="manifest" href="manifest.json" />
2014-03-13 20:07:56 +01:00
</head>
2015-04-11 22:08:24 +02:00
<body class="{$class}">