mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 07:09:11 +08:00
Change name to property
This commit is contained in:
parent
7ca59a97bd
commit
f2ed183235
@ -7,18 +7,18 @@
|
||||
>
|
||||
<head>
|
||||
<title>{{ page.title }} | SpaceVim</title>
|
||||
<meta name="baidu-site-verification" content="AN14j6xQVd" />
|
||||
<meta name="yandex-verification" content="8de09d07572b8dcc" />
|
||||
<meta name="author" content="Shidong Wang" />
|
||||
<meta name="description" content="{{ page.description }}" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:title" content="{{ page.title }} | SpaceVim" />
|
||||
<meta name="og:description" content="{{ page.description }}" />
|
||||
<meta name="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||
<meta name="og:image" content="{{ page.image | default: site.image }}" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@SpaceVim" />
|
||||
<meta name="twitter:creator" content="@wsdtty" />
|
||||
<meta property="baidu-site-verification" content="AN14j6xQVd" />
|
||||
<meta property="yandex-verification" content="8de09d07572b8dcc" />
|
||||
<meta property="author" content="Shidong Wang" />
|
||||
<meta property="description" content="{{ page.description }}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="{{ page.title }} | SpaceVim" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||
<meta property="og:image" content="{{ page.image | default: site.image }}" />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:site" content="@SpaceVim" />
|
||||
<meta property="twitter:creator" content="@wsdtty" />
|
||||
{% if page.lang == "zh" %}
|
||||
<script
|
||||
type="text/javascript"
|
||||
@ -77,7 +77,7 @@
|
||||
{% endif %}
|
||||
<script src="{{ '/assets/js/respond.js' | relative_url }}"></script>
|
||||
<meta
|
||||
name="viewport"
|
||||
property="viewport"
|
||||
content="width=device-width, initial-scale=1, user-scalable=no"
|
||||
/>
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user