Skip to content

Commit 4a75a94

Browse files
committed
Correct instructions on index page
1 parent 8b52ac8 commit 4a75a94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This is the homepage of the course.
99

1010
## Adding Pages
1111

12-
Add and edit pages within the /pages directory. [Example]({{ "page" | absolute_url}})
12+
Add and edit pages within the /_pages directory. [Example]({{ "page" | absolute_url}})
1313

1414
Set the titles, permalinks, and order in the frontmatter. (Between the lines of three dashes at the top.)
1515

16-
All pages will appear in the menu to the left. For example, the page with an order of 1 will appear first in the list.
16+
All pages will appear in the menu to the left. For example, the page with an order of 1 will appear first in the list, followed by the page with an order of 2, etc.
1717

1818
## Markdown
1919

20-
All pages are written in Markdown. See [Basic Syntax](https://www.markdownguide.org/basic-syntax/)
20+
All pages are written in Markdown. See [Basic Syntax](https://www.markdownguide.org/basic-syntax/)

0 commit comments

Comments
 (0)