diff --git a/templates/main/index.html.twig b/templates/main/index.html.twig index 0803739..0217c30 100644 --- a/templates/main/index.html.twig +++ b/templates/main/index.html.twig @@ -1,6 +1,6 @@ {% extends 'base.html.twig' %} -{% block title %}{{ path }} | Gaisen{% endblock %} +{% block title %}{{ metadata.title|default(path) }} | Gaisen{% endblock %} {% macro render_tree(tree, prefix = '') %}