Skip to content

Commit

Permalink
renamed news to progress
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelee888 committed Jun 15, 2016
1 parent eb3dc2b commit e4b6d80
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
1 change: 1 addition & 0 deletions src/files/Web.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="latest-news"><system.webServer><httpRedirect enabled="true" destination="/progress/" httpResponseStatus="Permanent" /></system.webServer></location>
<system.webServer>
<staticContent>
<clientCache cacheControlCustom="public" cacheControlMode="UseMaxAge" cacheControlMaxAge="0.01:00:00" />
Expand Down
12 changes: 6 additions & 6 deletions src/pages/latest-news/index.hbs → src/pages/progress/index.hbs
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -15,14 +15,14 @@ page: latestnews
<ol class="breadcrumbs__list">
<li class="breadcrumbs__item"><a href="https://streetsupport.net/">Home</a></li>
<li class="breadcrumbs__item"><a href="/">Charter</a></li>
<li class="breadcrumbs__item">Latest News</li>
<li class="breadcrumbs__item">Progress</li>
</ol>
</div>
</div>

<div class="block block--subpage-header">
<div class="container">
<h1 class="h1 block__header">Latest News</h1>
<h1 class="h1 block__header">Progress</h1>
<p class="h2 block__sub-header">News and Updates on the Manchester Homelessness Charter</p>
</div>
</div>
Expand Down
10 changes: 9 additions & 1 deletion src/partials/header-nav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,18 @@
<li class="nav__item--sub-item nav__item--pledgeyoursupport"><a href="/pledge-your-support/">Pledge your Support</a></li>
<li class="nav__item--sub-item nav__item--joinactiongroup"><a href="/join-action-group/">Action Groups</a></li>
<li class="nav__item--sub-item nav__item--aboutthecharter"><a href="/about-the-charter/">About the Charter</a></li>
<li class="nav__item--sub-item nav__item--latestnews"><a href="/latest-news/">Charter News</a></li>
<li class="nav__item--sub-item nav__item--progress"><a href="/progress/">Progress</a></li>
</ul>
</li>
<li class="nav__item nav__item--about"><a href="https://streetsupport.net/about/">About</a></li>
<li class="nav__item nav__item--contact"><a href="https://streetsupport.net/contact/">Contact</a></li>
<li class="nav__item nav__item--contact">
<a href="http://news.streetsupport.net/">News</a>
<ul class="nav__list--sub-list">
<li class="nav__item--sub-item nav__item--stories"><a href="http://news.streetsupport.net/category/stories/">Stories</a></li>
<li class="nav__item--sub-item nav__item--articles"><a href="http://news.streetsupport.net/category/articles/">Articles</a></li>
<li class="nav__item--sub-item nav__item--latestnews"><a href="http://news.streetsupport.net/category/latest-news/">Latest News</a></li>
</ul>
</li>
</ul>
</nav>
2 changes: 1 addition & 1 deletion src/scss/modules/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
// -----------------------------
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit e4b6d80

Please sign in to comment.