diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fbe7030..040620d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -105,26 +105,31 @@ Adding new pages are easy as breathing [Well in most cases :stuck_out_tongue:] .
blah blah blah
The End
```
-
+
+
+
+- **Step 2:** Add in `./_includes/navlinks.html`
-- **Step 2:** Add in homepage
-
- Open `index.html` in root directory .
-
- Scroll down to navbar section which starts and ends with `` comment
add a line `PageName `
+ Scroll down to navbar section which starts and ends with `` comment
+
+ add a line `PageName `
Save :beer:
-- **Step 3:** Add in `./_layouts/default.html
+- **Step 3:** Add in `./_includes/navlinks.html`
- Scroll down to navbar section which starts and ends with `` comment
+ Scroll down to navbar section which starts and ends with `` comment
add a line `PageName `
-## Remember : In homepage there is one dot[.] in `---href=""` But in default.html there's TWO DOTS [.]
+ 
+
+
+
+## Remember : In `NavLinksPart for HOMEPAGE` there is one dot[.] in `---href=""` But in `NavLinksPart for DefaultLayoutsPages` there's TWO DOTS [.]
So don't copy paste same thing in two places :wink: .