Skip to content

Commit

Permalink
re-enable extra_navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
da5nsy committed Jan 29, 2024
1 parent 05c3c07 commit 4be8fc7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions book/website/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ html:
use_issues_button : true # Whether to add an "Open issue" button to pages. If `true`, repository information in repository: must be filled in
use_edit_page_button : true # Whether to add an "Suggest edit" button to pages. If `true`, repository information in repository: must be filled in
baseurl : "https://the-turing-way.netlify.com" # The base URL where your book will be hosted. Used for creating image previews and social links. for example: https://mypage.com/mybook/
extra_navbar : Visit our <a href="https://github.com/the-turing-way/the-turing-way">GitHub Repository</a>
<div>This book is powered by <a href="https://jupyterbook.org">Jupyter Book</a></div>
html:
extra_navbar: |
<div>
Visit our <a href="https://github.com/the-turing-way/the-turing-way">GitHub Repository</a><br>
This book is powered by <a href="https://jupyterbook.org">Jupyter Book</a>
</div>
extra_footer: |
The Turing Way Community makes all of their materials publicly available under <a href="https://github.com/the-turing-way/the-turing-way/blob/main/LICENSE.md">open source licenses</a>
comments:
Expand Down

0 comments on commit 4be8fc7

Please sign in to comment.