File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ block content
21
21
h2 Submitting a Story
22
22
p
23
23
| To add a story, simply click the “New Post” button on the
24
- a( href ='/news ' ) News page
24
+ a( href ='/' ) News page
25
25
| .
26
26
| You’ll need to authenticate with GitHub before you can add a post (if
27
27
| you don’t have a GitHub profile yet,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ block content
41
41
42
42
p.tfh
43
43
| Head over to our
44
- a( href ='/news ' ) news feed
44
+ a( href ='/' ) news feed
45
45
| or subscribe below to receive the latest updates from the 5 Minutes
46
46
| of JavaScript newsletter and podcast.
47
47
Original file line number Diff line number Diff line change 1
1
- headerPartial = headerPartial || {}
2
2
- headerPartial .bleed = headerPartial .bleed || false
3
- - menu = { ' News' : ' /news ' , ' Resources' : ' /resources' }
3
+ - menu = { ' News' : ' /' , ' Resources' : ' /resources' }
4
4
5
5
block current_nav
6
6
You can’t perform that action at this time.
0 commit comments