Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Fix trailing slash for GitHub serving.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hunt committed Nov 21, 2018
1 parent 9a372e3 commit 8435bac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ primary:

policy:
- text: New Draft Policy
href: /policy
href: /policy/
- text: Previous Policy (M-16-19)
href: /policy/m-16-19
href: /policy/m-16-19/
- text: Definition of Significant Expansion
href: /policy/significant-expansion/

Expand Down
2 changes: 1 addition & 1 deletion pages/policy-m-16-19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: M-16-19
permalink: /policy/m-16-19
permalink: /policy/m-16-19/
layout: page
sidenav: policy
---
Expand Down
3 changes: 2 additions & 1 deletion pages/policy.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: DCOI Policy
permalink: /policy
permalink: /policy/
layout: page
sidenav: policy

---

{% if site.draft %}
Expand Down
1 change: 1 addition & 0 deletions pages/significant-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: OGP's Significant Expansion Definition
permalink: /policy/significant-expansion/
sidenav: policy
---

## Definition of Significant Expansion
Expand Down

0 comments on commit 8435bac

Please sign in to comment.