File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/docsify-server-renderer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var readFileSync = require('fs').readFileSync
1414
1515// init
1616var renderer = new Renderer ({
17- template: readFileSync (' ./docs/index.template.html' , ' utf-8' ). ,
17+ template: readFileSync (' ./docs/index.template.html' , ' utf-8' ),
1818 config: {
1919 name: ' docsify' ,
2020 repo: ' docsifyjs/docsify'
@@ -35,12 +35,12 @@ renderer.renderToString(url)
3535 <meta charset =" UTF-8" >
3636 <title >docsify</title >
3737 <meta name =" viewport" content =" width=device-width, initial-scale=1.0, minimum-scale=1.0" >
38- <link rel =" stylesheet" href =" //unpkg.com/ docsify/themes/buble .css" title =" buble " disabled >
38+ <link rel =" stylesheet" href =" //cdn.jsdelivr.net/npm/ docsify/themes/vue .css" title =" vue " >
3939</head >
4040<body >
4141 <!-- inject-app-->
4242 <!-- inject-config-->
43- <script src =" //unpkg.com /docsify/lib/docsify.js" ></script >
43+ <script src =" //cdn.jsdelivr.net/npm /docsify/lib/docsify.js" ></script >
4444</body >
4545</html >
4646```
You can’t perform that action at this time.
0 commit comments