Results 3 issues of Y

Now I use a SQL to cleanup torrents belongs to nobody. ```sql DELETE FROM torrents WHERE id NOT IN ( SELECT torrent_id FROM user_torrents ) ``` This should be done...

enhancement
help wanted
good first issue

Note: I'm new to Hugo, so If there's a better way about this fell free to correct me. For now I use `{{.File.TranslationBaseName}}` in template cause `{{.Title}}` is empty string....

Enhancement