Fix edit links. Oops!
This commit is contained in:
parent
9fae72451d
commit
eb423cabc5
|
@ -23,7 +23,7 @@ Params:
|
|||
{% unless include.noedit %}
|
||||
<ul class='page-actions'>
|
||||
<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>
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
{% if page.tags contains 'WIP' %}
|
||||
<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>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue