[COMPONENTS][Tag] Actor/Note tag template polished

[PLUGINS][RelatedTags] Disable rendering of template when no results are found
This commit is contained in:
2021-12-06 22:22:23 +00:00
parent ef435b824b
commit 546c5c84fd
6 changed files with 44 additions and 12 deletions

View File

@@ -36,6 +36,7 @@ class Tag extends Controller
return [
'_template' => $template,
'tag_name' => $canonical,
'results' => $results,
'page' => $page,
];