examples: Fix blog not building
authorJonathan Ling <colonelpopcorn.jl@gmail.com>
Sun, 19 Jan 2020 13:42:27 +0000 (08:42 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 19 Jan 2020 13:42:27 +0000 (14:42 +0100)
commitd61bee5e0916b5d2b388e66ef85c336312a21a06
tree9f32573bfdb31680142a3d06aea27a0f0bb86741
parent21ca2e9ce4255bfad2bb0576aff087a240acf70a
examples: Fix blog not building

The example blog had not been updated for some time and I had to restructure it a little bit.

Fixes #6752

Changed tag and category directory structure
examples/blog/layouts/categories/list.html [new file with mode: 0644]
examples/blog/layouts/indexes/category.html [deleted file]
examples/blog/layouts/indexes/post.html [deleted file]
examples/blog/layouts/indexes/tag.html [deleted file]
examples/blog/layouts/partials/header.html
examples/blog/layouts/post/list.html [new file with mode: 0644]
examples/blog/layouts/tags/list.html [new file with mode: 0644]