File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ permalink: /:categories/:title/
10
10
11
11
exclude : ['js', '_site', '*.sketch']
12
12
# Build settings
13
+ os_links : false
13
14
markdown : kramdown
14
15
highlighter : rouge
15
16
defaults :
Original file line number Diff line number Diff line change
1
+ {% if site.os_links %}
1
2
< div >
2
- < a href ="https://github.com/segmentio/segment-docs/edit/master/src/{{ page.path }} " class ="button edit flex " target ="_blank ">
3
+ < a href ="https://github.com/segmentio/segment-docs/edit/master/src/{{ page.path }} " class ="button edit flex no-icon " target ="_blank ">
3
4
< span class ="button__icon "> {% include icons/symbols/edit.svg %}</ span >
4
5
5
6
< span class ="button__text "> Edit this page</ span >
6
7
</ a >
7
8
8
- < a href ="https://github.com/segmentio/segment-docs/issues/new?body=File:%20[{{ page.path }}](https://segment.com/docs/) " class ="button edit " target ="_blank ">
9
+ < a href ="https://github.com/segmentio/segment-docs/issues/new?body=File:%20[{{ page.path }}](https://segment.com/docs/) " class ="button edit no-icon " target ="_blank ">
9
10
< span class ="button__icon "> {% include icons/symbols/plus.svg %}</ span >
10
11
11
12
< span class ="button__text "> Request docs change</ span >
12
13
</ a >
13
14
</ div >
15
+ {% endif %}
You can’t perform that action at this time.
0 commit comments