diff --git a/templates/directory/actors.html.twig b/templates/directory/actors.html.twig index 76d81cba4b..2a4063c69b 100644 --- a/templates/directory/actors.html.twig +++ b/templates/directory/actors.html.twig @@ -14,7 +14,7 @@ media="screen and (max-width: 1300px)"> - + {% endblock %} {% block header %} @@ -91,9 +91,11 @@
  • Network
  • -
  • - Actors -
  • + {% for tab in main_nav_tabs %} +
  • + {{ tab['title'] }} +
  • + {% endfor %}