Skip to content

Commit

Permalink
formats og:locale tag with underscores (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
carpiediem authored and mmistakes committed Aug 22, 2016
1 parent 06a8249 commit c4d71db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% assign seo_author_twitter = seo_author_twitter | replace: "@", "" %}
{% endif %}

<meta property="og:locale" content="{{ site.locale | default: "en" }}">
<meta property="og:locale" content="{{ site.locale | replace: "-", "_" | default: "en" }}">
<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 }}">

Expand Down

0 comments on commit c4d71db

Please sign in to comment.