We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57c215 commit 24694c5Copy full SHA for 24694c5
_includes/header.html
@@ -25,12 +25,6 @@
25
<a class="page-link" href="/docs.html">📚 Learn</a>
26
<a class="page-link" href="/">📖 Blog</a>
27
<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 -%}
34
</div>
35
</nav>
36
{%- endif -%}
0 commit comments