feat: Show metadata title
This commit is contained in:
		
							parent
							
								
									0c8873e576
								
							
						
					
					
						commit
						9398e9c6be
					
				| 
						 | 
				
			
			@ -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 = '') %}
 | 
			
		||||
    <ul>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue