Fix Open Graph Errors (#1108)
* 🎨 Update .gitignore file * 🐛 Fix open graph errors Co-authored-by: Waren Gonzaga <warengonzaga.dev@gmail.com>
This commit is contained in:
parent
4aa415199d
commit
4277e7d01d
3 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ node_modules/
|
|||
test/
|
||||
npm-shrinkwrap.json
|
||||
package-lock.json
|
||||
.jshintrc
|
|
@ -13,14 +13,14 @@
|
|||
<meta property="og:url" content="https://animate.style">
|
||||
<meta property="og:title" content="Animate.css | A cross-browser library of CSS animations.">
|
||||
<meta property="og:description" content="Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and attention-guiding hints.">
|
||||
<meta property="og:image" content="img/animatecss-opengraph.jpg">
|
||||
<meta property="og:image" content="https://animate.style/img/animatecss-opengraph.jpg">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://animate.style">
|
||||
<meta property="twitter:title" content="Animate.css | A cross-browser library of CSS animations.">
|
||||
<meta property="twitter:description" content="Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and attention-guiding hints.">
|
||||
<meta property="twitter:image" content="img/animatecss-opengraph.jpg">
|
||||
<meta property="twitter:image" content="https://animate.style/img/animatecss-opengraph.jpg">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
<meta property="og:url" content="https://animate.style">
|
||||
<meta property="og:title" content="Animate.css | A cross-browser library of CSS animations.">
|
||||
<meta property="og:description" content="Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and attention-guiding hints.">
|
||||
<meta property="og:image" content="img/animatecss-opengraph.jpg">
|
||||
<meta property="og:image" content="https://animate.style/img/animatecss-opengraph.jpg">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://animate.style">
|
||||
<meta property="twitter:title" content="Animate.css | A cross-browser library of CSS animations.">
|
||||
<meta property="twitter:description" content="Animate.css is a library of ready-to-use, cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and attention-guiding hints.">
|
||||
<meta property="twitter:image" content="img/animatecss-opengraph.jpg">
|
||||
<meta property="twitter:image" content="https://animate.style/img/animatecss-opengraph.jpg">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
|
||||
|
|
Loading…
Reference in a new issue