From e3d72d3b2ea285f31ef6d131f85f8c1cab0f25d0 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 4 May 2016 15:37:33 -0400 Subject: [PATCH] Add religion placeholder, make top category menu code cleaner. --- index.html | 9 ++++----- religion/index.html | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 religion/index.html diff --git a/index.html b/index.html index 7867497..c249f6d 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,10 @@ layout: default ---
- {% for category in site.categories %} - {% if category.first == "meta" %} {% continue %} {% endif %} + {% for category in site.category_titles %} - {{ site.category_titles[category.first] }} + {{ category.last }} {% endfor %} @@ -28,10 +27,10 @@ layout: default
    - {% for category in site.categories %} + {% for category in site.category_titles %}
  • - {{category.first}} + {{category.last}}
  • {% endfor %} diff --git a/religion/index.html b/religion/index.html new file mode 100644 index 0000000..cc725af --- /dev/null +++ b/religion/index.html @@ -0,0 +1,4 @@ +--- +layout: default +--- +Sorry, there is nothing here yet.