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