Fix edit links. Oops!
This commit is contained in:
parent
9fae72451d
commit
eb423cabc5
|
@ -23,7 +23,7 @@ Params:
|
||||||
{% unless include.noedit %}
|
{% unless include.noedit %}
|
||||||
<ul class='page-actions'>
|
<ul class='page-actions'>
|
||||||
<li class='link github -button hint--bottom' data-hint='{{ site.data.content.top_nav.edit_on_github }}'>
|
<li class='link github -button hint--bottom' data-hint='{{ site.data.content.top_nav.edit_on_github }}'>
|
||||||
<a href='{{ site.github.repository_url }}/blob/gh-pages/{{ page.path | remove: '.html' }}'>
|
<a href='{{ site.github.repository_url }}/blob/master/{{ page.path | remove: '.html' }}'>
|
||||||
<span class='text -visible'>{{ site.data.content.top_nav.edit }}</span>
|
<span class='text -visible'>{{ site.data.content.top_nav.edit }}</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
{% if page.tags contains 'WIP' %}
|
{% if page.tags contains 'WIP' %}
|
||||||
<aside class='notice-box'>
|
<aside class='notice-box'>
|
||||||
This page is a work in progress. You can help by <a href='{{ site.github.repository_url }}/blob/gh-pages/{{ page.path | remove: '.html' }}'>suggesting edits</a>!
|
This page is a work in progress. You can help by <a href='{{ site.github.repository_url }}/blob/master/{{ page.path | remove: '.html' }}'>suggesting edits</a>!
|
||||||
</aside>
|
</aside>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue