From e3fe661f8d4bd5e48f24c76c84295e00c566096a Mon Sep 17 00:00:00 2001 From: Chuck Williams Date: Thu, 2 Feb 2017 23:16:53 -0700 Subject: [PATCH] refactors paths: -- "/currency" --> "/network" -- "/participate" --> "/contribute" -- does NOT refactor corresponding yaml keys --- _includes/hero/{participate.html => contribute.html} | 0 _includes/nav-desktop.html | 4 ++-- _includes/nav-mobile.html | 4 ++-- {participate => contribute}/index.html | 2 +- evolution/index.html | 6 +++--- index.html | 2 +- {currency => network}/index.html | 0 update/index.html | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) rename _includes/hero/{participate.html => contribute.html} (100%) rename {participate => contribute}/index.html (99%) rename {currency => network}/index.html (100%) diff --git a/_includes/hero/participate.html b/_includes/hero/contribute.html similarity index 100% rename from _includes/hero/participate.html rename to _includes/hero/contribute.html diff --git a/_includes/nav-desktop.html b/_includes/nav-desktop.html index 39f16ea..bbe84dd 100644 --- a/_includes/nav-desktop.html +++ b/_includes/nav-desktop.html @@ -18,8 +18,8 @@