This is an automated email from the ASF dual-hosted git repository. johnmcw pushed a commit to branch css_fix in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
commit 774eb6bd6f7a6bf7d0230378c16c30c7f0fc6e0c Author: John McCane-Whitney <[email protected]> AuthorDate: Mon Sep 9 17:08:27 2019 +0100 added css fix to siteConfig.js --- website/siteConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 1d64fbe..568effe 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -21,6 +21,7 @@ ]; const siteConfig = { + separateCss: ['/cdocs'], title: 'Apache Milagro', // Title for your website. tagline: 'Core security infrastructure for decentralized networks', url: 'https://milagro.apache.org', // Your website URL
