Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 3fb48ca

Browse files
committed
Merge pull request #387 from konklone/fix-edit-path
Fix edit path for files in folders
2 parents 3f3ea70 + c6b6c84 commit 3fb48ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" href="/assets/css/bootstrap.css">
1616
<link rel="stylesheet" href="/assets/css/site.css">
1717

18-
{% capture edit_url %}https://github.com/{{ site.org_name }}/{{ site.repo_name }}/edit/{{ site.branch }}/{{ page.filename }}{% endcapture %}
18+
{% capture edit_url %}https://github.com/{{ site.org_name }}/{{ site.repo_name }}/edit/{{ site.branch }}/{{ page.path }}{% endcapture %}
1919
</head>
2020
<body class="{{ page.id }}">
2121
<!--[if lt IE 7]>

0 commit comments

Comments
 (0)