From e4b6d80257d44e68a428f5072ecb4916a0431a9e Mon Sep 17 00:00:00 2001 From: Vince Lee Date: Wed, 15 Jun 2016 10:38:01 +0100 Subject: [PATCH] renamed news to progress --- src/files/Web.config | 1 + src/pages/{latest-news => progress}/index.hbs | 12 ++++++------ src/partials/header-nav.hbs | 10 +++++++++- src/scss/modules/_variables.scss | 2 +- webpack.config.js | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) rename src/pages/{latest-news => progress}/index.hbs (90%) diff --git a/src/files/Web.config b/src/files/Web.config index ff85780..4f77d7b 100644 --- a/src/files/Web.config +++ b/src/files/Web.config @@ -1,5 +1,6 @@ + diff --git a/src/pages/latest-news/index.hbs b/src/pages/progress/index.hbs similarity index 90% rename from src/pages/latest-news/index.hbs rename to src/pages/progress/index.hbs index ab232fa..b85ff45 100644 --- a/src/pages/latest-news/index.hbs +++ b/src/pages/progress/index.hbs @@ -1,11 +1,11 @@ --- -title: Latest News -description: Latest News from the Manchester Homelessness Charter +title: Progress +description: Latest News on the Manchester Homelessness Charter layout: default.hbs permalink: false -appName: latestnews +appName: progress section: charter -page: latestnews +page: progress --- {{> loading-anim }} @@ -15,14 +15,14 @@ page: latestnews
-

Latest News

+

Progress

News and Updates on the Manchester Homelessness Charter

diff --git a/src/partials/header-nav.hbs b/src/partials/header-nav.hbs index d2cd01a..7897bef 100644 --- a/src/partials/header-nav.hbs +++ b/src/partials/header-nav.hbs @@ -26,10 +26,18 @@ - + + diff --git a/src/scss/modules/_variables.scss b/src/scss/modules/_variables.scss index 7883464..28df1b4 100755 --- a/src/scss/modules/_variables.scss +++ b/src/scss/modules/_variables.scss @@ -96,7 +96,7 @@ $nav-width: 220px; // Used to automatically generate active CSS classes $nav-sections: home findhelp givehelp charter about contact; -$nav-pages: home findhelp emergencyhelp allorganisations givehelp giveitems volunteer donate partnership charter readthecharter pledgeyoursupport joinactiongroup aboutthecharter about contact; +$nav-pages: home findhelp emergencyhelp allorganisations givehelp giveitems volunteer donate partnership charter readthecharter pledgeyoursupport joinactiongroup aboutthecharter progress about contact; // Default Grid Options // ----------------------------- diff --git a/webpack.config.js b/webpack.config.js index 6c32913..42a6a4b 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -20,7 +20,7 @@ module.exports = { pledgeYourSupport: __dirname + '/src/js/app-pledgeYourSupport', viewYourPledge: __dirname + '/src/js/app-viewYourPledge', joinActionGroup: __dirname + '/src/js/app-joinActionGroup', - latestNews: __dirname + '/src/js/app-latestNews', + progress: __dirname + '/src/js/app-latestNews', actionGroups: __dirname + '/src/js/app-actionGroups' }, output: {