From c6b6c84070181e2f54232a447ddd67b7a6a1d77a Mon Sep 17 00:00:00 2001 From: Eric Mill Date: Sat, 1 Nov 2014 23:58:03 -0400 Subject: [PATCH] Fix edit path for files in folders --- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header.html b/_includes/header.html index b821e806..0925ee3f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,7 +15,7 @@ - {% capture edit_url %}https://github.com/{{ site.org_name }}/{{ site.repo_name }}/edit/{{ site.branch }}/{{ page.filename }}{% endcapture %} + {% capture edit_url %}https://github.com/{{ site.org_name }}/{{ site.repo_name }}/edit/{{ site.branch }}/{{ page.path }}{% endcapture %}