1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-18 03:41:35 +02:00

Add keywords and description tags to all pages

This commit is contained in:
Phuoc Nguyen
2019-12-23 22:22:12 +07:00
parent a01ec56877
commit c3f5ac9069
76 changed files with 377 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
import React from 'react';
import { Helmet } from 'react-helmet';
import RelatedPatterns from '../../components/RelatedPatterns';
import Pattern from '../../constants/Pattern';
@@ -9,6 +10,10 @@ import Rectangle from '../../placeholders/Rectangle';
const Details: React.FC<{}> = () => {
return (
<DetailsLayout title="Split navigation">
<Helmet>
<meta name="description" content="Create a split navigation with CSS flexbox" />
<meta name="keywords" content="css flexbox, css menu, css navigation, css split navigation" />
</Helmet>
<div style={{ padding: '64px 32px' }}>
<BrowserFrame
content={(