mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-02-02 20:43:28 +00:00
Change edit button on pages
This commit is contained in:
parent
884042d0b6
commit
55addbfa33
@ -98,7 +98,7 @@ hexo.extend.helper.register('url_for_lang', function(path) {
|
||||
});
|
||||
|
||||
hexo.extend.helper.register('raw_link', function(path) {
|
||||
return 'https://github.com/status-im/docs.status.im/edit/develop/source/' + path;
|
||||
return 'https://github.com/status-im/nimbus.status.im/edit/develop/source/' + path;
|
||||
});
|
||||
|
||||
hexo.extend.helper.register('page_anchor', function(str) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user