diff --git a/views/layout.jade b/views/layout.jade index 809eca05..78466189 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -8,7 +8,7 @@ html 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 meta(name="twitter:card", value="summary") @@ -29,7 +29,7 @@ html meta(property="og:image:width", 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(rel='stylesheet', href='/css/frontier.min.css') @@ -64,4 +64,4 @@ html | ga('create', 'UA-47404697-1', 'auto'); | ga('send', 'pageview'); - \ No newline at end of file +