Dynamically generated manifest

This commit is contained in:
Pablo Ferreiro 2022-11-27 14:26:35 +01:00
parent 0224cd25eb
commit 73e9d7a1cd
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
3 changed files with 31 additions and 24 deletions

View file

@ -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}" />