aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/navigation.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-14 12:07:12 +0000
committerGravatar Gareth Coles <[email protected]>2018-03-14 12:07:12 +0000
commit1aaa8e92237de6b477f3e132d89f54b8496e17eb (patch)
tree2135165c72fa2afaa6e0ae4a60b0479cb1ae89e0 /templates/main/navigation.html
parentDynamic OpenGraph metadata in page templates (diff)
Early bersion of the code jams page
Diffstat (limited to 'templates/main/navigation.html')
-rw-r--r--templates/main/navigation.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/main/navigation.html b/templates/main/navigation.html
index 9cc2cb3d..9d350aca 100644
--- a/templates/main/navigation.html
+++ b/templates/main/navigation.html
@@ -36,6 +36,12 @@
<li class="uk-nav-header"><a href="/info">Information</a></li>
{% endif %}
+ {% if current_page == "info/jams" %}
+ <li class="uk-active"><a href="/info/jams">Code Jams</a></li>
+ {% else %}
+ <li><a href="/info/jams">Code Jams</a></li>
+ {% endif %}
+
{% if current_page == "info/help" %}
<li class="uk-active"><a href="/info/help">Getting Help</a></li>
{% else %}