diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index 9dfb269..5784a1e 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -29,7 +29,7 @@ <div id="header-wrapper"> <div id="header-inner"> - <nav class="top-bar"> + <ul class="top-bar"> <ul class="title-area"> <li class="name"> <h1><a href="{% url 'website:home' %}">Scipy India 2013</a></h1> @@ -69,7 +69,7 @@ </ul> <!-- /right --> </section> - </nav> + </ul> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |