Skip to content
Permalink
Browse files
Fix Open Graph Errors (#1108)
* 🎨 Update .gitignore file

* 🐛 Fix open graph errors

Co-authored-by: Waren Gonzaga <[email protected]>
  • Loading branch information
warengonzaga and Waren Gonzaga committed Sep 7, 2020
1 parent 4aa4151 commit 4277e7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
@@ -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">

1 comment on commit 4277e7d

@noritia
Copy link

@noritia noritia commented on 4277e7d Mar 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

official Joyent Node.js open source or commercial project. ... Red Hat Quay is regularly released, containing new features, bug fixes, and software updates. ... 500 error when trying to pull certain images via torrent (#3036) ... Added better recovery of organizations (#1108) ... Added OpenGraph preview image (#750, #758).

Please sign in to comment.