Skip to content

Commit

Permalink
Fix site_name meta property (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
erxclau authored Aug 13, 2022
1 parent 1cb383f commit 23f017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta property="og:url" content="{{ config.deployment }}" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="{{ content.hed }}" />
<meta property="og:site_name" content="{{ config.hed }}" />
<meta property="og:title" content="{{ config.hed }}" />
<meta property="og:description" content="{{ config.dek }}" />
<meta property="og:image" content="{{ config.social_img }}" />
Expand Down

0 comments on commit 23f017d

Please sign in to comment.