fix document error

This commit is contained in:
Udit Patel 2020-07-05 10:17:48 +05:30 committed by GitHub
parent 350460a064
commit 6ace50528e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,8 +116,7 @@ Adding new pages are easy as breathing [Well in most cases :stuck_out_tongue:] .
Scroll down to navbar section which starts and ends with `<!-- NavLinksPart for HOMEPAGE -->` comment <br>
add a line `<a class="nav-item nav-link" href="./asinpermalink/">PageName</a> ` <br>
Save :beer:
- <u>**Step 3:**</u> Add in `./_includes/navlinks.html`
@ -125,6 +124,8 @@ Adding new pages are easy as breathing [Well in most cases :stuck_out_tongue:] .
add a line `<a class="nav-item nav-link" href="../asinpermalink/">PageName</a> ` <br>
Save :beer:
![NavLinks](https://i.imgur.com/fcqeZVy.png)