2
0
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:
Jeff Sagal
2016-05-26 12:06:33 -07:00
parent 3750210a2c
commit 3d5f05a8c5
+3 -3
View File
@@ -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>