Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Fixed meta description tags. #264

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions views/layout.jade
Expand Up @@ -8,7 +8,7 @@ html
title= title title= title




meta(name="description", content="Ethereum is a decentralized platform for applications that run exactly as programmed without any chance of fraud, censorship or third-party interference.") meta(name="description", content="Ethereum is a decentralized platform for applications that run exactly as programmed with some chance of fraud, censorship and third-party interference.")


//- Twitter Card data //- Twitter Card data
meta(name="twitter:card", value="summary") meta(name="twitter:card", value="summary")
Expand All @@ -29,7 +29,7 @@ html
meta(property="og:image:width", content="500") meta(property="og:image:width", content="500")
meta(property="og:image:height", content="500") meta(property="og:image:height", content="500")


meta(property="og:description", content="Ethereum is a decentralized platform for applications that run exactly as programmed without any chance of fraud, censorship or third-party interference.") meta(property="og:description", content="Ethereum is a decentralized platform for applications that run exactly as programmed with some chance of fraud, censorship and third-party interference.")


link(href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,900,400italic' rel='stylesheet' type='text/css') link(href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,900,400italic' rel='stylesheet' type='text/css')
link(rel='stylesheet', href='/css/frontier.min.css') link(rel='stylesheet', href='/css/frontier.min.css')
Expand Down Expand Up @@ -64,4 +64,4 @@ html
| ga('create', 'UA-47404697-1', 'auto'); | ga('create', 'UA-47404697-1', 'auto');
| ga('send', 'pageview'); | ga('send', 'pageview');