1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-07 02:30:12 -05:00

Uppercasing 'tags' page title

This commit is contained in:
Jay Sitter 2014-10-30 16:54:24 -04:00
parent 4fae3b0a85
commit a87a1b7d3b

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 %}