We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a18b72a + 8dd7674 commit da01e83Copy full SHA for da01e83
_config.yml
@@ -20,3 +20,8 @@ defaults:
20
path: ""
21
values:
22
layout: article
23
+
24
+branch: gh-pages
25
26
+github:
27
+ repository_nwo: github/open-source-handbook
_layouts/article.html
@@ -4,6 +4,10 @@
4
5
<h1>{{ page.title }}</h1>
6
7
+<a data-proofer-ignore href="https://github.com/{{ site.github.repository_nwo }}/edit/{{ site.branch }}/{{ page.path }}">
8
+ Suggest edits
9
+</a>
10
11
{{ content }}
12
13
<p>
0 commit comments