diff --git a/themes/homebrewtheme/templates/base.html b/themes/homebrewtheme/templates/base.html index d34700f..ecc3608 100644 --- a/themes/homebrewtheme/templates/base.html +++ b/themes/homebrewtheme/templates/base.html @@ -61,7 +61,7 @@
    {% for cat, null in categories %} -
  1. {{ cat }}
  2. +
  3. {{ cat }}
  4. {% endfor %} {% endif %}