Skip to content

Commit 461ca69

Browse files
committed
Move Join Us to end of header nav
1 parent 0d8d697 commit 461ca69

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

_includes/header.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,6 @@
9090
{%- endif -%}
9191
{%- endif -%}
9292
{% endfor -%}
93-
{%- if join_us_page %}
94-
<li class="nav-item {% if page.url == join_us_page.url %}active{% endif %}">
95-
<a class="nav-link" href="{{ join_us_page.url | relative_url }}">Join Us
96-
{%- if page.url == join_us_page.url -%}
97-
<span class="sr-only">(current)</span>
98-
{%- endif -%}
99-
</a>
100-
</li>
101-
{%- endif %}
10293
{%- if site.enable_darkmode %}
10394

10495
<!-- Blog -->
@@ -110,6 +101,15 @@
110101
</a>
111102
</li>
112103
{%- endif %}
104+
{%- if join_us_page %}
105+
<li class="nav-item {% if page.url == join_us_page.url %}active{% endif %}">
106+
<a class="nav-link" href="{{ join_us_page.url | relative_url }}">Join Us
107+
{%- if page.url == join_us_page.url -%}
108+
<span class="sr-only">(current)</span>
109+
{%- endif -%}
110+
</a>
111+
</li>
112+
{%- endif %}
113113

114114
<!-- Toogle theme mode -->
115115
<li class="toggle-container">

0 commit comments

Comments
 (0)