Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit be0cc4b

Browse files
committed
revert Events link to point to the events website
1 parent 3ad243b commit be0cc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/nav.ext

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% capture location %}{{ page.url | remove_first:'/' | split:'/' | first }}{% endcapture %}
22
<nav>
33
<ul>
4-
<li><a href="/sorry/">Events</a></li>
4+
<li><a href="http://events.codeweek.eu/">Events</a></li>
55
<li><a {% if location == 'resources' %}class="active" {% endif %}href="/resources/">Resources</a></li>
66
<li><a {% if location == 'code' %}class="active" {% endif %}href="/code/">Why coding?</a></li>
77
<li><a {% if location == 'about' %}class="active" {% endif %}href="/about/">About</a></li>

0 commit comments

Comments
 (0)