]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #906 from jsit/tagstitle
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 30 Oct 2014 20:55:46 +0000 (21:55 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 30 Oct 2014 20:55:46 +0000 (21:55 +0100)
Uppercasing 'tags' page title

themes/baggy/tags.twig

index 9bb93a45d6adc5a8fff86c3fcb50e34dc6388244..65930eb252aba0fcc4a23e95ae50c16b66ad8c03 100755 (executable)
@@ -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 %}
\ No newline at end of file
+{% endblock %}