How do you add a custom link to the side navigation? #167
-
I want to add my photography subdomain as a link with a custom font-awesome icon to the side navigation, but it's not super clear how to do that. Is this currently supported? |
Beta Was this translation helpful? Give feedback.
Answered by
MrGreensWorkshop
Jan 26, 2023
Replies: 1 comment 2 replies
-
All navigation links (side and top) are generated from the front matter of the pages. If you want to add a custom link with no page, please add your link like below to the _includes/default/nav/navigation-buttons.html file.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MrGreensWorkshop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All navigation links (side and top) are generated from the front matter of the pages.
If you want to add a custom link with no page, please add your link like below to the _includes/default/nav/navigation-buttons.html file.
<li><a href="/tabs/about.html" class="hover-effect"><i class="fa-fw fa fa-user-o" aria-hidden="true"></i>About</a></li>