diff options
Diffstat (limited to 'source/_navigation.html.erb')
-rw-r--r-- | source/_navigation.html.erb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/_navigation.html.erb b/source/_navigation.html.erb index 65ba820..bf5b556 100644 --- a/source/_navigation.html.erb +++ b/source/_navigation.html.erb @@ -2,8 +2,6 @@ @navigation = { - ["Home", "/"] => nil, - ["Aktuelles", "/aktuelles/index.html"] => [ ["Blog", "/aktuelles/blog.html"], ["Kalender", "/aktuelles/kalender.html"] @@ -37,6 +35,10 @@ %> <ul> + <li class="dropdown"> + <%= link_to "Home", "/" %> + </li> + <% @navigation.each do |key, value| %> <li class="dropdown"> <a data-toggle="dropdown" class="dropdown-toggle" href=<%= key.last %>> |