Skip to content

Commit 3893f0f

Browse files
Add forum to navbar (#230)
* Add forum to navbar * Add unicode external link * Use arrow * Move link icon to left of link * Move back to right, but with a space
1 parent ba97c2b commit 3893f0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ params:
3636
navbar:
3737
- title: Home
3838
url: /
39+
- title: Blog
40+
url: https://blog.scientific-python.org/
3941
- title: User Guide
4042
url: https://learn.scientific-python.org/users/
4143
- title: Contributor Guide
4244
url: https://learn.scientific-python.org/contributors/
4345
- title: Maintainer Guide
4446
url: https://learn.scientific-python.org/maintainers/
45-
- title: Blog
46-
url: https://blog.scientific-python.org/
47+
- title: "Discussion Forum \u2197"
48+
url: https://discuss.scientific-python.org/
4749

4850
hero:
4951
# Main hero title

0 commit comments

Comments
 (0)