diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 23:01:40 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-09-05 23:01:40 +0200 |
commit | ae3c5017c4b7cae25e6107a31a37c2fdb2dbab4c (patch) | |
tree | 260d5e00020770f98dac75a458b3dd0dc0dc7d50 /exampleSite/config.toml | |
parent | 73e53768c962e38c54d31e1ecfed1dfc06b59bcb (diff) |
Small adjustments for logo span and css
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dff15bb..65502cd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,8 +21,8 @@ pygmentsCodeFences = true BookToC = 3 # (Optional, default none) Set the path to a logo for the book. If the logo is - # /static/logo.png then the path would be /logo.png - # BookLogo = '/logo.png' + # /static/logo.png then the path would be logo.png + # BookLogo = 'logo.png' # (Optional, default none) Set leaf bundle to render as side menu # When not specified file structure and weights will be used |