Skip to content

Commit 025a37c

Browse files
committed
update social img
1 parent 2fbfc9b commit 025a37c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

themes/grusp_conf/layout/includes/layout.pug

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html(lang=config.language)
1414
meta(name='viewport', content='width=device-width, initial-scale=1')
1515
link(rel="canonical" href=url.replace('/index.html', '/'))
1616

17-
meta(property="og:image" content=full_url_for(`/assets/img/social-1200x630.png`))
17+
meta(property="og:image" content=full_url_for(`/assets/img/uxday 2025 snippet.jpg`))
1818
meta(property="og:image:width" content="1200")
1919
meta(property="og:image:height" content="630")
2020

@@ -24,7 +24,7 @@ html(lang=config.language)
2424
link(rel="apple-touch-icon" sizes="180x180" href=`/assets/favicons/apple-touch-icon.png`)
2525
link(rel="icon" type="image/png" sizes="32x32" href=`/assets/favicons/favicon-32x32.png`)
2626
link(rel="icon" type="image/png" sizes="16x16" href=`/assets/favicons/favicon-16x16.png`)
27-
27+
2828
link(rel="manifest" href=`/assets/favicons/site.webmanifest`)
2929

3030
link(rel="shortcut icon" href=`/assets/favicons/favicon.ico`)
@@ -45,10 +45,10 @@ html(lang=config.language)
4545
"@context": "https://schema.org",
4646
"@type": "Event",
4747
"@id": "#{full_url_for(site.root)}",
48-
"location":
48+
"location":
4949
{
5050
"@type": "Place",
51-
"address":
51+
"address":
5252
{
5353
"@type": "PostalAddress",
5454
"addressLocality": "#{site.data.defaults.conference.md_city}",
@@ -88,7 +88,7 @@ html(lang=config.language)
8888
"@type": "contactPoint",
8989
"email": "mailto:#{site.data.defaults.conference.contact_email}"
9090
}],
91-
"sameAs":
91+
"sameAs":
9292
[
9393
"#{site.data.defaults.conference.social_fb_url}",
9494
"#{site.data.defaults.conference.social_youtube_url}",

0 commit comments

Comments
 (0)