Skip to content

Commit f7c0f63

Browse files
authored
Update shell.handlebars updating to social_image
1 parent 12d8db5 commit f7c0f63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlpage/templates/shell.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
{{/if}}
4545
<meta name="generator" content="SQLPage"/>
4646

47-
{{#if image_og}}
48-
<meta property="og:image" content="{{image_og}}"/>
47+
{{#if social_image}}
48+
<meta property="og:image" content="{{social_image}}"/>
4949
{{/if}}
5050
</head>
5151

0 commit comments

Comments
 (0)