Skip to content

Commit

Permalink
Merge pull request #92 from brainglobe/fix-blog-link
Browse files Browse the repository at this point in the history
Use absolute link in announcement banner
  • Loading branch information
alessandrofelder authored Oct 31, 2023
2 parents e8bcbcc + c16b197 commit d759e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

## Cutomize the theme
html_theme_options = {
"announcement": "BrainGlobe is undergoing restructuring. Keep track of the latest developments on <a href='blog/index.html'>the blog</a>",
"announcement": "BrainGlobe is undergoing restructuring. Keep track of the latest developments on <a href='https://brainglobe.info/blog/index.html'>the blog</a>",
"icon_links": [
{
# Label for this link
Expand Down

0 comments on commit d759e03

Please sign in to comment.