Skip to content

Commit 2f1d89d

Browse files
authored
Merge pull request #203 from christophrumpel/feature/addFbMetagTagsToHomepage
Add Facebook Metag Tags to homepage as well
2 parents 828f7d4 + ce5f313 commit 2f1d89d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/index.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
<meta name="twitter:description" content="A utility-first CSS framework for rapidly building custom user interfaces.">
88
<meta name="twitter:image" content="https://tailwindcss.com/img/launch-card-optimized.png">
99
<meta name="twitter:creator" content="@tailwindcss">
10+
<meta property="og:url" content="https://tailwindcss.com/" />
11+
<meta property="og:type" content="article" />
12+
<meta property="og:title" content="Tailwind CSS" />
13+
<meta property="og:description" content="A utility-first CSS framework for rapidly building custom user interfaces." />
14+
<meta property="og:image" content="https://tailwindcss.com/img/twitter-card.png" />
1015
@endsection
1116

1217
@section('body')

0 commit comments

Comments
 (0)