33 <meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" />
44 <meta name =" msapplication-TileColor" content =" #2d89ef" >
55 <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 }}" />
6+ <title >{{ meta .title ?? meta .name ?? app .meta .title }}</title >
87
9- <meta property =" og:title" content =" {{ meta .title ?? app .meta .title }}" />
10- <meta name =" description" content =" {{ meta .description ?? meta .excerpt?? app .meta .description }}" />
11- <meta property =" og:image" content =" {{ meta .image ?? app .meta .image }}" />
12- <meta property =" og:type" content =" {{ meta .type ?? app .meta .type }}" />
13- <meta property =" og:site_name" content =" {{ app .meta .siteName }}" />
14- <meta property =" og:url" content =" {{ app .meta .url }}" />
8+ <meta name =" description" content =" {{ meta .description ?? meta .excerpt ?? app .meta .description }}" />
9+ <meta property =" og:title" content =" {{ meta .title ?? app .meta .title }}" />
10+ <meta property =" og:description" content =" {{ meta .description ?? meta .excerpt ?? app .meta .description }}" />
11+ <meta property =" og:image" content =" {{ meta .image ?? app .meta .image }}" />
12+ <meta property =" og:type" content =" {{ meta .type ?? app .meta .type }}" />
13+ <meta property =" og:site_name" content =" {{ app .meta .siteName }}" />
14+ <meta property =" og:url" content =" {{ meta .url ?? app .meta .url }}" />
15+ <meta property =" og:locale" content =" {{ app .meta .locale }}" />
1516
1617 <meta name =" twitter:card" content =" {{ app .meta .twitterCard }}" />
1718 <meta name =" twitter:site" content =" {{ app .meta .twitterSite }}" />
18- <meta name =" twitter:title" content =" {{ meta .title ?? meta .name?? app .meta .title }}" />
19- <meta name =" twitter:description" content =" {{ meta .excerpt ?? app .meta .description }}" />
19+ <meta name =" twitter:title" content =" {{ meta .title ?? meta .name ?? app .meta .title }}" />
20+ <meta name =" twitter:description" content =" {{ meta .description ?? meta . excerpt ?? app .meta .description }}" />
2021 <meta name =" twitter:image" content =" {{ meta .image ?? app .meta .image }}" />
0 commit comments