]> git.0d.be Git - panikweb.git/blobdiff - panikweb/base/templates/includes/nav-links.html
templates: reduce navigation header
[panikweb.git] / panikweb / base / templates / includes / nav-links.html
index f868f4f7d2649cd39f24c1e7f4750d30bdc2dee1..118353657b112d653089b456f1461bcc2d02bdca 100644 (file)
@@ -1,4 +1,8 @@
 {% load i18n %}
+<li class="nav--home {% if section == "" %}active{% endif %}"><a href="{% url 'home' %}">
+  <span class="nav-icon icon-home"></span>
+  <span class="iconLabel">{% trans 'Home' %}</span>
+</a></li>
 <li class="{% if section == "actus" %}active{% endif %}"><a title="Actualité des émissions et programmes" href="{% url 'news' %}">
   <span class="nav-icon icon-bullhorn" ></span>
   <span class="iconLabel">{% trans 'News' %}</span>