aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-30 21:55:46 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-10-30 21:55:46 +0100
commit4bada2b9545fd83951803c604536c09dd5b649cd (patch)
treecdc212150fd55b7a81197d1b9888b09007cb7ed0
parent4fae3b0a859c9a8974a5b19a3f5a3691cc60b9c1 (diff)
parenta87a1b7d3b31d05549c10565083eed63450c5171 (diff)
downloadwallabag-4bada2b9545fd83951803c604536c09dd5b649cd.tar.gz
wallabag-4bada2b9545fd83951803c604536c09dd5b649cd.tar.zst
wallabag-4bada2b9545fd83951803c604536c09dd5b649cd.zip
Merge pull request #906 from jsit/tagstitle
Uppercasing 'tags' page title
-rwxr-xr-xthemes/baggy/tags.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/baggy/tags.twig b/themes/baggy/tags.twig
index 9bb93a45..65930eb2 100755
--- a/themes/baggy/tags.twig
+++ b/themes/baggy/tags.twig
@@ -1,5 +1,5 @@
1{% extends "layout.twig" %} 1{% extends "layout.twig" %}
2{% block title %}tags{% endblock %} 2{% block title %}Tags{% endblock %}
3{% block menu %} 3{% block menu %}
4{% include '_menu.twig' %} 4{% include '_menu.twig' %}
5{% endblock %} 5{% endblock %}
@@ -10,4 +10,4 @@
10</li> 10</li>
11{% endfor %} 11{% endfor %}
12</ul> 12</ul>
13{% endblock %} \ No newline at end of file 13{% endblock %}