From fafca13b32727d4a2630d164214145118f963e14 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 8 Oct 2023 14:20:50 +0300 Subject: [PATCH] change meta title --- templates/default/torrent/info.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index 992fb15..9719863 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -20,7 +20,7 @@ {% endmacro %} {% from _self import recursive_file_tree %} {% extends 'default/layout.html.twig' %} -{% block title %}{% if file.name %}{{ file.name }} - {% endif %}{{ 'Torrent'|trans }} #{{ torrent.id }} - {{ name }}{% endblock %} +{% block title %}{{ 'Torrent' | trans }} #{{ torrent.id }} - {{ 'Info' | trans }} - {{ name }}{% endblock %} {% block main_content %}