Skip to content

Commit da01e83

Browse files
authored
Merge pull request #26 from github/suggest-improvements
Add link to suggest edits
2 parents a18b72a + 8dd7674 commit da01e83

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ defaults:
2020
path: ""
2121
values:
2222
layout: article
23+
24+
branch: gh-pages
25+
26+
github:
27+
repository_nwo: github/open-source-handbook

_layouts/article.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
<h1>{{ page.title }}</h1>
66

7+
<a data-proofer-ignore href="https://github.com/{{ site.github.repository_nwo }}/edit/{{ site.branch }}/{{ page.path }}">
8+
Suggest edits
9+
</a>
10+
711
{{ content }}
812

913
<p>

0 commit comments

Comments
 (0)