diff --git a/theme/templates/categories/robotics.md b/theme/templates/categories/robotics.md index b0b7080..872404b 100644 --- a/theme/templates/categories/robotics.md +++ b/theme/templates/categories/robotics.md @@ -1,5 +1,6 @@ --- hide_list: true +name: Student Robotics --- Student Robotics is the the place where my development knowledge really started to grow. Thanks to the other people in my team teaching me. I had never done anything robotics related, and so when my computing teacher initially told us about it, I wasn't really interested. After I found out that my friend was also doing it, I signed up, and went along to the kickstart. From then on I was hooked, getting involved with all aspects of the development and design, as well as helping out other teams on the IRC room. diff --git a/theme/templates/category.html b/theme/templates/category.html index 9a2e056..530a212 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block htmltitle %} - {{ category|get_html_title }} + {{ category|get_html_title|title }} {% endblock %} {% block metadata %}