|
3 | 3 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
4 | 4 | <meta name="msapplication-TileColor" content="#2d89ef"> |
5 | 5 | <meta name="theme-color" content="#ffffff"> |
6 | | -{# <title>{{ meta.title ?? meta.name ?? app.meta.title }}</title>#} |
7 | | -{# <meta name="description" content="{{ (meta.description ?? meta.excerpt ?? app.meta.description) }}"/>#} |
8 | | -{# <meta property="og:title" content="{{ meta.title ?? app.meta.title }}"/>#} |
9 | | -{# <meta property="og:description" content="{{ (meta.description ?? meta.excerpt ?? app.meta.description) }}"/>#} |
10 | | -{# <meta property="og:image" content="{{ ogImage ? (app.baseUrl ~ ogImage) : app.meta.image }}"/>#} |
11 | | -{# <meta property="og:type" content="{{ meta.type ?? app.meta.type }}"/>#} |
12 | | -{# <meta property="og:site_name" content="{{ app.meta.siteName }}"/>#} |
13 | | -{# <meta property="og:url" content="{{ meta.url ?? (routeName is defined and routeName ? url(routeName) : app.baseUrl) }}"/>#} |
14 | | -{# <meta property="og:locale" content="{{ app.meta.locale }}"/>#} |
15 | | -{# <meta name="twitter:card" content="{{ app.meta.twitterCard }}"/>#} |
16 | | -{# <meta name="twitter:site" content="{{ app.meta.twitterSite }}"/>#} |
17 | | -{# <meta name="twitter:title" content="{{ meta.title ?? meta.name ?? app.meta.title }}"/>#} |
18 | | -{# <meta name="twitter:description" content="{{ (meta.description ?? meta.excerpt ?? app.meta.description) }}"/>#} |
19 | | -{# <meta name="twitter:image" content="{{ meta.image ?? app.meta.image }}"/>#} |
| 6 | + <title>{{ meta.title ?? meta.name ?? app.meta.title }}</title> |
| 7 | + <meta name="description" content="{{ (meta.description ?? meta.excerpt ?? app.meta.description) }}"/> |
| 8 | + <meta property="og:title" content="{{ meta.title ?? app.meta.title }}"/> |
| 9 | + <meta property="og:description" content="{{ (meta.description ?? meta.excerpt ?? app.meta.description) }}"/> |
| 10 | + <meta property="og:image" content="{{ ogImage ? (app.baseUrl ~ ogImage) : app.meta.image }}"/> |
| 11 | + <meta property="og:type" content="{{ meta.type ?? app.meta.type }}"/> |
| 12 | + <meta property="og:site_name" content="{{ app.meta.siteName }}"/> |
| 13 | + <meta property="og:url" content="{{ meta.url ?? (routeName is defined and routeName ? url(routeName) : app.baseUrl) }}"/> |
| 14 | + <meta property="og:locale" content="{{ app.meta.locale }}"/> |
| 15 | + <meta name="twitter:card" content="{{ app.meta.twitterCard }}"/> |
| 16 | + <meta name="twitter:site" content="{{ app.meta.twitterSite }}"/> |
| 17 | + <meta name="twitter:title" content="{{ meta.title ?? meta.name ?? app.meta.title }}"/> |
| 18 | + <meta name="twitter:description" content="{{ (meta.description ?? meta.excerpt ?? app.meta.description) }}"/> |
| 19 | + <meta name="twitter:image" content="{{ meta.image ?? app.meta.image }}"/> |
0 commit comments