Skip to content

Commit e56f036

Browse files
author
Jordan McCullough
committed
Merge pull request #212 from github/home-page-path-fixes
Fix the two root page paths that were missing relative pathing "trick"
2 parents 0f1f9e4 + 2901b9a commit e56f036

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: site
33
body_class: home
4+
leadingpath: ./
45
---
56

67
<div class="container">

license.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: site
3+
leadingpath: ./
34
show_license: false
45
title: License & Attribution
56
---

0 commit comments

Comments
 (0)