| Index: templates/default.tmpl |
| =================================================================== |
| --- a/templates/default.tmpl |
| +++ b/templates/default.tmpl |
| @@ -49,17 +49,17 @@ |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| <span class="icon-bar"></span> |
| </button> |
| <nav id="menu" role="navigation" aria-labelledby="header-hamburger" aria-expanded="false"> |
| <h1 class="assistive-text">Main menu</h1> |
| <ul class="menu-list"> |
| - {%- for link, title in [("index", "About Us"), ("services", "Services"), ("team", "Team"), ("press", "Press"), ("contact", "Contact Us")] %} |
| + {%- for link, title in [("index", "About"), ("services", "Services"), ("team", "Team"), ("press", "Press"), ("contact", "Contact")] %} |
| {%- if link == page %} |
| <li class="current-menu-item"> |
| {{link|linkify}} |
| <span>{{title}}</span> |
| </a> |
| </li> |
| {%- else %} |
| <li> |