From 967bb2bdec3904169530034f396e00a34bcbd215 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 21 Jan 2015 23:45:56 +0100 Subject: [PATCH] begin next chapter --- 10-dynamic-pages.md | 4 ++-- 11-page-menu.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 11-page-menu.md 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