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.
1 parent e6063f8 commit e8ef760Copy full SHA for e8ef760
_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
@@ -1,5 +1,9 @@
1
<h1>{{ page.title }}</h1>
2
3
+<a href="https://github.com/{{ site.github.repository_nwo }}/edit/{{ site.branch }}/{{ page.path }}">
4
+ Suggest edits
5
+</a>
6
7
{{ content }}
8
9
{% assign previous = site.pages | where: "next", page.path | first %}
0 commit comments