File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ import styled from "styled-components"
3
3
import Img from "gatsby-image"
4
4
import { graphql } from "gatsby"
5
5
6
- import Link from "../components/Link"
7
- import Card from "../components/Card"
8
6
import ActionCard from "../components/ActionCard"
9
7
import Callout from "../components/Callout"
8
+ import Card from "../components/Card"
9
+ import Link from "../components/Link"
10
10
import Button from "../components/Button"
11
+ import PageMetadata from "../components/PageMetadata"
11
12
12
13
const Page = styled . div `
13
14
display: flex;
@@ -307,6 +308,10 @@ const WhatIsEthereumPage = ({ data }) => {
307
308
]
308
309
return (
309
310
< Page >
311
+ < PageMetadata
312
+ title = "What is Ethereum?"
313
+ description = "Learn about Ethereum, what it does and how to try it for yourself."
314
+ />
310
315
< HeroContent >
311
316
< HeroContainer >
312
317
< Header >
You can’t perform that action at this time.
0 commit comments