Skip to content

Commit fa1b47d

Browse files
author
MarcinKosinski
committed
usuń 404 z navbaru
1 parent 3dcc161 commit fa1b47d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_includes/header.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
</a>
1515
<div class="trigger">
1616
<a class="page-link" href="http://whyr.pl/">Konferencja</a>
17-
{% for my_page in site.pages %}
18-
{% if my_page.title %}
19-
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
20-
{% endif %}
21-
{% endfor %}
17+
2218
</div>
2319
</nav>
2420

0 commit comments

Comments
 (0)