Skip to content

Commit

Permalink
add twitter card meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie85270 committed Jan 18, 2021
1 parent 1a3b3d4 commit 26819aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/site/Meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ const Meta = ({ pageTitle, description }) => {
<link rel="alternate icon" href="/icons/favicon.ico" />
<link rel="mask-icon" href="/icons/rocket.svg" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://www.tailwind-kit.com/" />
<meta
name="twitter:title"
content="200 free and open source Tailwind UI components"
/>
<meta
name="twitter:description"
content="Over 200 free and open source components and templates for tailwind css to build beautiful UI. All are fully coded and work with React, Angular and VueJS."
/>
<meta
name="twitter:image"
content="https://www.tailwind-kit.com/home.png"
/>
<meta
name="og:title"
property="og:title"
Expand Down

0 comments on commit 26819aa

Please sign in to comment.