update readme

This commit is contained in:
Udit Patel 2020-07-06 11:31:55 +05:30 committed by GitHub
parent 840175f1db
commit 96b12de109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,14 +113,14 @@ Adding new pages are easy as breathing [Well in most cases :stuck_out_tongue:] .
- <u>**Step 2:**</u> Add in `./_includes/navlinks.html`
Scroll down to navbar section which starts and ends with `<!-- NavLinksPart for HOMEPAGE -->` comment <br>
Scroll down to `NavLinksPart for HOMEPAGE` 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>
- <u>**Step 3:**</u> Add in `./_includes/navlinks.html`
Scroll down to navbar section which starts and ends with `<!-- NavLinksPart for DefaultLayoutsPages -->` comment <br>
Scroll down to `NavLinksPart for DefaultLayoutsPages` section which starts and ends with `<!-- NavLinksPart for DefaultLayoutsPages -->` comment <br>
add a line `<a class="nav-item nav-link" href="../asinpermalink/">PageName</a> ` <br>