Skip to content

Commit 68d7688

Browse files
authored
Merge pull request #1192 from ethereum/what-is-ethereum-metadata
Add page metadata for What is Ethereum
2 parents ee53177 + 3b133fc commit 68d7688

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/pages/what-is-ethereum.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ import styled from "styled-components"
33
import Img from "gatsby-image"
44
import { graphql } from "gatsby"
55

6-
import Link from "../components/Link"
7-
import Card from "../components/Card"
86
import ActionCard from "../components/ActionCard"
97
import Callout from "../components/Callout"
8+
import Card from "../components/Card"
9+
import Link from "../components/Link"
1010
import Button from "../components/Button"
11+
import PageMetadata from "../components/PageMetadata"
1112

1213
const Page = styled.div`
1314
display: flex;
@@ -307,6 +308,10 @@ const WhatIsEthereumPage = ({ data }) => {
307308
]
308309
return (
309310
<Page>
311+
<PageMetadata
312+
title="What is Ethereum?"
313+
description="Learn about Ethereum, what it does and how to try it for yourself."
314+
/>
310315
<HeroContent>
311316
<HeroContainer>
312317
<Header>

0 commit comments

Comments
 (0)