Skip to content

Commit 24694c5

Browse files
committed
Remove a duplicate header link
Closes #44
1 parent a57c215 commit 24694c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: _includes/header.html

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
<a class="page-link" href="/docs.html">📚 Learn</a>
2626
<a class="page-link" href="/">📖 Blog</a>
2727
<a class="page-link" href="https://github.com/rustwasm/team/blob/master/README.md#get-involved">👯 Get Involved</a>
28-
{%- for path in page_paths -%}
29-
{%- assign my_page = site.pages | where: "path", path | first -%}
30-
{%- if my_page.title -%}
31-
<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
32-
{%- endif -%}
33-
{% endfor -%}
3428
</div>
3529
</nav>
3630
{%- endif -%}

0 commit comments

Comments
 (0)