fix tag <meta property="og:site_name"> is missing
This commit is contained in:
parent
2f7d137d2b
commit
327b0c10c8
@ -18,7 +18,8 @@
|
||||
<meta name="description" content="{{ SITE_DESCRIPTION }}"/>
|
||||
|
||||
<!-- OpenGraph -->
|
||||
<meta property="og:title" content="{{ SITENAME }}"/>
|
||||
<meta property="og:title" content="{{ SITESUBTITLE }} - {{ SITENAME }}"/>
|
||||
<meta property="og:site_name" content="{{ SITENAME }}">
|
||||
<meta property="og:description" content="{{ SITE_DESCRIPTION }}"/>
|
||||
<meta property="og:url" content="{{ SITEURL }}"/>
|
||||
<meta property="og:image" content="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/cl-favicon-96x96.png"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user