diff --git a/categories.html b/categories.html deleted file mode 100644 index cdb8789f50d9bf06bf764afc3ce2afb147e939f8..0000000000000000000000000000000000000000 --- a/categories.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: page -title: Categories -header: Posts By Category -group: navigation ---- -{% include JB/setup %} - - - - -{% for category in site.categories %} -

{{ category[0] | join: "/" }}

- -{% endfor %} -