mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fixed Schema URL Error
This commit is contained in:
parent
18e5e529af
commit
fcf45c6761
@ -32,7 +32,7 @@
|
|||||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||||
{% for schema in schemas %}
|
{% for schema in schemas %}
|
||||||
<li><a class="dropdown-item"
|
<li><a class="dropdown-item"
|
||||||
href="schemas/{{ schema.out_name }}.html">{{ schema.title|title }}</a></li>
|
href="/schemas/{{ schema.out_name }}.html">{{ schema.title|title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user