Skip to content

Commit 7cd1afa

Browse files
committed
Correct like to evolution.md
1 parent f46ef5c commit 7cd1afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<li><a href="{{ '/development.html' | relative_url }}"
3232
{% if page.tab == "development" %} class="active" {% endif %}>
3333
development</a></li>
34-
<li><a href={{ '/evolution.html' | relative_url }}"
34+
<li><a href="{{ '/evolution.html' | relative_url }}"
3535
{% if page.tab == "evolution" %} class="active" {% endif %}>
3636
evolution</a></li>
3737
<li><a href="{{ '/collaboration.html' | relative_url }}"

0 commit comments

Comments
 (0)