Before moving on to the next chapter, complete the following tasks:
Create a layout for the tag pages using the same approach you used for year and month pages. Create the tag list template in themes/basic/layouts/_default/tags.html.
Create layouts for the /categories page and the individual category pages.
Add an optional header image for your blog posts. Images go in the static folder, and you link to them using the same approach you use when you link your CSS files. Use front matter to define the banner image for a post and display it if it exists.
Apply pagination to your project list.
Place your latest blog post on the home page of your site.