1
0
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:
Phuoc Nguyen
2021-04-18 12:56:19 +07:00
parent 755c8e8c42
commit 365f43047d
101 changed files with 227 additions and 25 deletions

View File

@@ -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