Improving <title> on tag page *and* adjusting translation for RTL reasons
Basically moving the variable inside the translation to give translators more flexibility
This commit is contained in:
parent
ab56689017
commit
4671fda345
@ -26,9 +26,13 @@
|
|||||||
tag=tag_slug) }}">
|
tag=tag_slug) }}">
|
||||||
{% endblock mediagoblin_head %}
|
{% endblock mediagoblin_head %}
|
||||||
|
|
||||||
|
{% block title %}
|
||||||
|
{% trans %}Media tagged with: {{ tag_name }}{% endtrans %} — {{ super() }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block mediagoblin_content -%}
|
{% block mediagoblin_content -%}
|
||||||
<h1>
|
<h1>
|
||||||
{% trans %}Media tagged with:{% endtrans %} {{ tag_name }}
|
{% trans %}Media tagged with: {{ tag_name }}{% endtrans %}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="container_16 media_gallery">
|
<div class="container_16 media_gallery">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user