Dynamically generated manifest
This commit is contained in:
parent
0224cd25eb
commit
73e9d7a1cd
3 changed files with 31 additions and 24 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<link rel="apple-touch-icon" sizes="180x180" href="{path('/apple-touch-icon.png')}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{path('/favicon-32x32.png')}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{path('/favicon-16x16.png')}">
|
||||
<link rel="manifest" href="{path('/site.webmanifest')}">
|
||||
<link rel="manifest" href="{path('/manifest')}">
|
||||
{if isset($og, $og_content, $og_url)}
|
||||
<!-- Using TikTok's meta config -->
|
||||
<meta property="og:title" content="{$og->title}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue