mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 12:37:23 +00:00
update readme
This commit is contained in:
parent
840175f1db
commit
96b12de109
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue