External Link in NavBar #579
Answered
by
alshedivat
AstroAnmol
asked this question in
Q&A
-
I have a blog on substack and would like to link that in the navbar. I am pretty new to Jekyll, can someone help me? |
Beta Was this translation helpful? Give feedback.
Answered by
alshedivat
Mar 6, 2022
Replies: 1 comment
-
you should be able to add arbitrary links to the navbar by editing al-folio/_includes/header.html Lines 28 to 35 in 55ca811 for your substack link, you can have something like this: <!-- Substack -->
<li class="nav-item"><a class="nav-link" href="https://blog.aerospacenerd.com/">substack</a></li> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AstroAnmol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should be able to add arbitrary links to the navbar by editing
_includes/header.html
and adding a few lines of code similar to the one that adds the about page link:al-folio/_includes/header.html
Lines 28 to 35 in 55ca811
for your substack link, you can have something like this: