summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/layout.haml b/views/layout.haml
index eb4359c..e7e1aca 100644
--- a/views/layout.haml
+++ b/views/layout.haml
@@ -34,6 +34,8 @@
%a{ :href => "/commercial" } Commercial
%li{:class => ("active" if /publications/ =~ request.path )}
%a{ :href => "/publications" } Publications
+ %li{:class => ("active" if /presentations/ =~ request.path )}
+ %a{ :href => "/presentations" } Presentations
%li{:class => ("active" if /blog/ =~ request.path )}
%a{ :href => "/blog" } Blog
%li{:class => ("active" if /projects/ =~ request.path )}