Browse Source

Fixed button stylesheet inclusion.

woollybah 7 years ago
parent
commit
2aa13ca114
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/siteConfig.js

+ 1 - 1
website/siteConfig.js

@@ -167,7 +167,7 @@ const siteConfig = {
         '/js/scrollspy.js'
     ],
 
-    stylesheets: ['/css/code-blocks-buttons.css'],
+    separateCss: ['static/css/code-blocks-buttons.css'],
 
     // On page navigation for the current documentation page.
     onPageNav: 'separate',