feat: Show metadata title

This commit is contained in:
Dendy 2025-04-14 04:26:18 +02:00
parent 0c8873e576
commit 9398e9c6be
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{% extends 'base.html.twig' %} {% extends 'base.html.twig' %}
{% block title %}{{ path }} | Gaisen{% endblock %} {% block title %}{{ metadata.title|default(path) }} | Gaisen{% endblock %}
{% macro render_tree(tree, prefix = '') %} {% macro render_tree(tree, prefix = '') %}
<ul> <ul>