mirror of
https://github.com/gnu4cn/ccna60d.git
synced 2024-05-21 04:55:00 +08:00
Updated.
This commit is contained in:
parent
cb7e5ca4c7
commit
3cffd7d4dd
@ -62,7 +62,8 @@
|
||||
"tag": "b"
|
||||
},
|
||||
"add-js-css": {
|
||||
"css": [ "./custom-style.css" ]
|
||||
"css": [ "./custom_style.css" ],
|
||||
"js": [ "./custom_script.js" ]
|
||||
},
|
||||
"navigation": {
|
||||
"navigatorList": [
|
||||
|
5
custom_script.js
Normal file
5
custom_script.js
Normal file
@ -0,0 +1,5 @@
|
||||
var honkit_link = $('a[class=gitbook-link]');
|
||||
|
||||
var text = honkit_link.text();
|
||||
honkit_link.parent().html(`<span style="align: center;">${text}</span>`);
|
||||
|
Loading…
Reference in New Issue
Block a user