mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-29 16:49:58 +02:00
Add meta tags for patterns
This commit is contained in:
@@ -18,6 +18,8 @@ const Details: React.FC<{}> = () => {
|
||||
<DetailsLayout pattern={Pattern.TreeDiagram}>
|
||||
<Helmet>
|
||||
<meta name="description" content="Create a tree diagram with CSS" />
|
||||
<meta name="og:description" content="Create a tree diagram with CSS" />
|
||||
<meta name="twitter:description" content="Create a tree diagram with CSS" />
|
||||
<meta name="keywords" content="css sitemap, css tree diagram" />
|
||||
</Helmet>
|
||||
<BrowserFrame
|
||||
|
Reference in New Issue
Block a user