Change the whole layout to (semantic-ui-forest)

This commit is contained in:
2018-05-15 08:01:17 +02:00
parent 548869a472
commit afbb3d3333
168 changed files with 590 additions and 120973 deletions

View File

@@ -0,0 +1,8 @@
<div class="ui blue inverted large top fixed hidden menu">
<div class="ui container">
<!--<a class="toc item"><i class="sidebar icon"></i>-->
{% for entry in header_links %}
<a class="{% if entry["endpoint"] == request.endpoint %}active{% endif %} item" href="{{ entry["href"] }}">{{entry["name"]}}</a>
{% endfor %}
</div>
</div>