mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 00:25:45 +03:00
Nav: home to Home
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user