Merge branch 'master' into develop
This commit is contained in:
commit
c1c6c2dd97
7 changed files with 58 additions and 228 deletions
|
@ -8,10 +8,10 @@
|
|||
<meta name="twitter:description" content="{$description|escape}" />
|
||||
<meta property="og:description" content="{$description|escape}" />
|
||||
{/if}
|
||||
<link rel="stylesheet" href="{base_url|noscheme}/dist/main.css" />
|
||||
<link rel="stylesheet" href="{base_url}/dist/main.css" />
|
||||
<title>AllTube Download{if isset($title)} - {$title|escape}{/if}</title>
|
||||
<link rel="canonical" href="{$canonical}" />
|
||||
<link rel="icon" href="{base_url|noscheme}/img/favicon.png" />
|
||||
<link rel="icon" href="{base_url}/img/favicon.png" />
|
||||
<meta property="og:title" content="AllTube Download{if isset($title)} - {$title|escape}{/if}" />
|
||||
<meta property="og:image" content="{base_url}/img/logo.png" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
@ -20,6 +20,6 @@
|
|||
<meta name="twitter:creator" content="@Tael67" />
|
||||
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js"></script>
|
||||
<meta name="theme-color" content="#4F4F4F">
|
||||
<link rel="manifest" href="{base_url|noscheme}/manifest.json" />
|
||||
<link rel="manifest" href="{base_url}/manifest.json" />
|
||||
</head>
|
||||
<body class="{$class}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue