Fix grammatically weird <title> on thread pages

This commit is contained in:
rubenwardy 2022-01-21 13:14:02 +00:00
parent 45eca10859
commit 3ac2d937d7
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
{%- set rating = "👎" -%}
{%- endif -%}
{%- endif -%}
{{ rating }} {{ _("%(title)s on %(package)s", title=thread.title, package=thread.package.title) }}
{{ rating }}
{{ thread.title }} - {{ thread.package.title }}
{%- else -%}
{{ thread.title }}
{%- endif -%}