Uppercasing 'tags' page title

This commit is contained in:
Jay Sitter 2014-10-30 16:54:24 -04:00
parent 4fae3b0a85
commit a87a1b7d3b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{% extends "layout.twig" %}
{% block title %}tags{% endblock %}
{% block title %}Tags{% endblock %}
{% block menu %}
{% include '_menu.twig' %}
{% endblock %}
@ -10,4 +10,4 @@
</li>
{% endfor %}
</ul>
{% endblock %}
{% endblock %}