Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Open Graph Errors #1108

Merged
merged 2 commits into from Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ node_modules/
test/
npm-shrinkwrap.json
package-lock.json
.jshintrc
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -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">
Expand Down
4 changes: 2 additions & 2 deletions docsSource/template.html
Expand Up @@ -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">
Expand Down