1
Fork 0

fix HTML titles for categories

This commit is contained in:
Jake Howard 2017-01-22 12:54:29 +00:00
parent c915be97bb
commit ff8401da49
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block htmltitle %}
{{ category|get_html_title }}
{{ category|get_html_title|title }}
{% endblock %}
{% block metadata %}