mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-20 03:09:36 +03:00
add social logo meta
This commit is contained in:
+3
-3
@@ -14,14 +14,14 @@
|
||||
<meta name="title" content="Vue Select | VueJS Select2/Chosen Component">
|
||||
<meta name="description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
|
||||
|
||||
<!-- <link rel="icon" href="static/vue-logo.png" type="image/x-icon"> -->
|
||||
<link rel="icon" href="static/vue-logo.png" type="image/x-icon">
|
||||
<meta name="description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
|
||||
<meta property="og:title" content="Vue Select | VueJS Select2/Chosen Component">
|
||||
<meta property="og:site_name" content="Vue Select | VueJS Select2/Chosen Component">
|
||||
<meta property="og:url" content="http://sagalbot.github.io/vue-select">
|
||||
<meta property="og:description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
|
||||
<!-- <meta property="og:image" content="http://sagalbot.github.io/vue-select/static/vue-logo.png"> -->
|
||||
<!-- <meta property="twitter:image" content="http://sagalbot.github.io/vue-select/static/vue-logo.png"> -->
|
||||
<meta property="og:image" content="http://sagalbot.github.io/vue-select/static/vue-logo.png">
|
||||
<meta property="twitter:image" content="http://sagalbot.github.io/vue-select/static/vue-logo.png">
|
||||
<meta property="twitter:title" content="Vue Select | VueJS Select2/Chosen Component">
|
||||
<meta property="twitter:description" content="A well-tested, native Vue.js component that provides similar functionality to Select2/Chosen without the overhead of jQuery.">
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user