Nav: home to Home

This commit is contained in:
Ian Bassi
2026-04-08 12:40:34 -03:00
parent a2a1727149
commit 4a3a1b251c

View File

@@ -26,9 +26,9 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
{% if nav.homepage %}
<a href="{{ nav.homepage.url|url }}" style="color: inherit; text-decoration: none;" title="Return to wiki homepage">home</a>
<a href="{{ nav.homepage.url|url }}" style="color: inherit; text-decoration: none;" title="Return to wiki homepage">Home</a>
{% else %}
<a href="index.html" style="color: inherit; text-decoration: none;" title="Return to wiki homepage">home</a>
<a href="index.html" style="color: inherit; text-decoration: none;" title="Return to wiki homepage">Home</a>
{% endif %}
</span>
</div>