Skip to content

Commit 9020596

Browse files
committed
removed temp edit
Signed-off-by: bidi <bidi@apidemia.com>
1 parent af872ff commit 9020596

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/App/templates/partial/meta.html.twig

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
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) }}"/>#}
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

Comments
 (0)