##// END OF EJS Templates
Tag page should show a localized name in the title
neko259 -
r1961:73ab365f default
parent child Browse files
Show More
@@ -9,7 +9,7 b''
9 9 <meta name="robots" content="noindex">
10 10
11 11 {% if tag %}
12 <title>{{ tag.get_name }} - {{ site_name }}</title>
12 <title>{{ tag.get_localized_name }} - {{ site_name }}</title>
13 13 {% else %}
14 14 <title>{{ site_name }}</title>
15 15 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now