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

Add deprecation warning

parent 0e0f860c
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
{% block hero-head %}
<div class="hero-head">
<div class="container">
{# this navbar type will be deprecated soon, but heros only support this old type #}
<nav class="nav">
<div class="nav-left">
{% block nav-left %}
......@@ -21,6 +23,7 @@
{% endblock %}
</div>
</nav>
</div>
</div>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment