diff --git a/10-dynamic-pages.md b/10-dynamic-pages.md index 6e5db14..2f9783e 100644 --- a/10-dynamic-pages.md +++ b/10-dynamic-pages.md @@ -1,4 +1,4 @@ -[<< previous](09-templating.md) +[<< previous](09-templating.md) | [next >>](11-page-menu.md) ### Dynamic Pages @@ -223,4 +223,4 @@ Try a few different URLs to check that everything is working as it should. If so And as always, don't forget to commit your changes. -[<< previous](09-templating.md) \ No newline at end of file +[<< previous](09-templating.md) | [next >>](11-page-menu.md) \ No newline at end of file diff --git a/11-page-menu.md b/11-page-menu.md new file mode 100644 index 0000000..6c1f43e --- /dev/null +++ b/11-page-menu.md @@ -0,0 +1,10 @@ +[<< previous](10-dynamic-pages.md) + +### Page Menu + +Now we have some sweet dynamic pages. But nobody can find them. + +Let's fix that now. In this chapter we will create a menu with links to all our pages. + + +[<< previous](10-dynamic-pages.md) \ No newline at end of file