From 1a48a201f9b9f7c859f0d44575cce785349bb2a1 Mon Sep 17 00:00:00 2001 From: luisantoniocrag <60282692+rickmort@users.noreply.github.com> Date: Mon, 23 Mar 2020 14:54:00 -0600 Subject: [PATCH] Fix typos and remove an unnecessary link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR resolve #14. These issues were resolved. •community managed" -> "community-managed" •"Github" -> "GitHub" •"Decred Wallet For Mobile" links to dev docs Remaining •"ecosystem of builders" reads weird, "ecosystem" usually refers to the set of products and services, but not people •don't know about you guys but I build for Decred community. Blockchain is an implementation detail. It could be a DAG, or we could play the same consensus game on paper. I work for people like you and me who gather around the great values behind Decred and build stuff to manifest those values. it have connection with #15 , once finished, the rest will be corrected. and The 'hero' landing page be stay for now will we have a better alternative --- config.toml | 2 +- themes/planetdecred-theme/layouts/partials/header.html | 2 +- themes/planetdecred-theme/layouts/partials/home.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index b4bdfe7..2c3eb24 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,7 @@ defaultcontentlanguage = "en" main = "Planet Decred" info = "a community ecosystem of builders for the Decred blockchain." - about = "A community managed open source project building infrastructure for the Decred blockchain." + about = "A community-managed open source project building infrastructure for the Decred blockchain." chatTitle = "Chat" diff --git a/themes/planetdecred-theme/layouts/partials/header.html b/themes/planetdecred-theme/layouts/partials/header.html index 090fefa..68ca3fc 100644 --- a/themes/planetdecred-theme/layouts/partials/header.html +++ b/themes/planetdecred-theme/layouts/partials/header.html @@ -17,7 +17,7 @@ Blog Explorer Twitter - Github + GitHub {{ end }} {{ end }} diff --git a/themes/planetdecred-theme/layouts/partials/home.html b/themes/planetdecred-theme/layouts/partials/home.html index c80aa8d..056d389 100644 --- a/themes/planetdecred-theme/layouts/partials/home.html +++ b/themes/planetdecred-theme/layouts/partials/home.html @@ -10,7 +10,7 @@

{{ .Site.Params.info }}

About

-

{{ .Site.Params.about }} To learn more about Decred, visit the documentation. For developers, see the dev docs.

+

{{ .Site.Params.about }} To learn more about Decred, visit the documentation. For developers, see the dev docs.