mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add breadcrumbs template
This commit is contained in:
parent
78970e92b3
commit
7aefe5de2e
1 changed files with 7 additions and 0 deletions
7
docs/source/_templates/layout.html
Normal file
7
docs/source/_templates/layout.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{%- extends "classic/layout.html" %}
|
||||
|
||||
{%- block relbaritems %}
|
||||
{%- if master_doc != pagename %}
|
||||
<li class="nav-item nav-item-last"><a href="{{ pathto(pagename) }}">{{ title|striptags|e }}</a></li>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue