Fix contributors link in README.md

This commit is contained in:
Alex Shpak 2019-04-23 22:30:24 +02:00
parent 9a370c8a89
commit 198ba007cc
2 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ There are few empty partials you can override in `layouts/partials/`
## Contributing ## Contributing
### [Extra credits to contributors](/alex-shpak/hugo-book/graphs/contributors) ### [Extra credits to contributors](https://github.com/alex-shpak/hugo-book/graphs/contributors)
Contributions are welcome and I will review and consider pull requests. Contributions are welcome and I will review and consider pull requests.
Primary goals are: Primary goals are:

View File

@ -21,11 +21,11 @@ params:
# (Optional, default none) Set leaf bundle to render as side menu # (Optional, default none) Set leaf bundle to render as side menu
# When not specified file structure and weights will be used # When not specified file structure and weights will be used
BookMenuBundle: /menu # BookMenuBundle: /menu
# (Optional, default docs) Specify section of content to render as menu # (Optional, default docs) Specify section of content to render as menu
# You can also set value to "*" to render all sections to menu # You can also set value to "*" to render all sections to menu
BookSection: docs BookSection: "docs"
# This value is duplicate of $link-color for making active link highlight in menu bundle mode # This value is duplicate of $link-color for making active link highlight in menu bundle mode
# BookMenuBundleActiveLinkColor: \#004ed0 # BookMenuBundleActiveLinkColor: \#004ed0