mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add locale in og metadata
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
fa4a115c40
commit
964cb707d4
|
|
@ -16,6 +16,7 @@
|
|||
<meta property="og:description" content="{{ page_desc }}" />
|
||||
<meta property="og:image" content="{{ site.url }}{{ site.baseurl }}/static/img/logo-share.png" /> <!-- WeChat requires that thumbnail image is larger than 300x300 -->
|
||||
<meta property="og:url" content="{{ site.url }}{{ site.baseurl }}{{ page.url }}" />
|
||||
<meta property="og:locale" content="zh_CN" />
|
||||
{% if include.notArticle %}
|
||||
<meta property="og:type" content="website" />
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue