Move the links to the left

This commit is contained in:
Oliver Davies 2015-09-09 22:08:44 +01:00
parent c8d2aa2f3f
commit 3d45150c29

View file

@ -43,7 +43,7 @@
</div>
<div id="navbar" class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav navbar-right">
<ul class="nav navbar-nav">
{% for link in site.main_menu %}
<li class="nav__{{ link.title|lower }}{% if page.url ~ '/' == link.href %} active{% endif %}"><a href="{{ link.href }}">{{ link.title }}</a></li>
{% endfor %}