~xdavidwu/xdavidwu.link

7d47f33ebadbee6a2610975cf81733a07b3384af — Michael Rose 7 years ago 7b9ecde
Change default locale to `en_US` to appease OpenGraph debugger.
- Fixes #843
1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/seo.html
M _includes/seo.html => _includes/seo.html +1 -1
@@ 41,7 41,7 @@

<meta name="author" content="{{ seo_author }}">

<meta property="og:locale" content="{{ site.locale | replace: "-", "_" | default: "en" }}">
<meta property="og:locale" content="{{ site.locale | replace: "-", "_" | default: "en_US" }}">
<meta property="og:site_name" content="{{ site.title }}">
<meta property="og:title" content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}">