-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Move errant SVG and extract nav links to a partial #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Real interesting. Almost makes me think we should go full on and do this for the entire nav. Ie. One big data structure. Was there a reason you didn't do that? |
|
@reinink I'd love to!! just didn't want to go overboard :) If y'all are up for it I will |
|
I think it might actually be better that way, so I say go for it! 🏄 Thanks buddy 😍 |
|
@reinink OK, ready for review. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Hmm, I think we lost at least three pages in the nav:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add back in missing pages 😂
|
@reinink brought back--thanks for catching! 😳 |
|
YOU ROCK @mattstauffer |
Fix typo in navigation.php

Note: This only extracts the child links, not the parent; we could make that a separate partial or just keep it in the code like it is now.