Skip to content
Snippets Groups Projects
Commit 29541b0f authored by Tim Fechner's avatar Tim Fechner
Browse files

Add blocks for upper navigation

parent b6318687
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,17 @@ ...@@ -8,13 +8,17 @@
<div class="container"> <div class="container">
<nav class="nav"> <nav class="nav">
<div class="nav-left"> <div class="nav-left">
{% block nav-left %}
<a class="nav-item is-brand" href="/"> <a class="nav-item is-brand" href="/">
<span class="icon"><img src="{% static 'hshassets/img/hsh_brand/logo/service/32x64.png' %}" alt="" /></span> <span class="icon"><img src="{% static 'hshassets/img/hsh_brand/logo/service/32x64.png' %}" alt="" /></span>
Hochschule Hannover Hochschule Hannover
</a> </a>
{% endblock %}
</div> </div>
<div class="nav-right"> <div class="nav-right">
{% block nav-right %}
<a class="nav-item" href="https://www.hs-hannover.de/">hs-hannover.de</a> <a class="nav-item" href="https://www.hs-hannover.de/">hs-hannover.de</a>
{% endblock %}
</div> </div>
</nav> </nav>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment