Add instructions (or functionality if it doesn't exist yet) to link in the JS between pages. e.g. How to link to page a.html or b/c.html from within index.html.
jekyll uses a page system for the link function, so you have to just know the path to the .md file in the project and it will figure out the HTML path for you.
Add instructions (or functionality if it doesn't exist yet) to link in the JS between pages. e.g. How to link to page
a.htmlorb/c.htmlfrom withinindex.html.jekyll uses a page system for the
linkfunction, so you have to just know the path to the.mdfile in the project and it will figure out the HTML path for you.