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

11
templates/header.html Normal file
View File

@@ -0,0 +1,11 @@
<div class="ui container">
<div class="ui large secondary blue inverted menu">
<a class="toc item"><i class="sidebar icon"></i>
{% for entry in header_links %}
<a class="{% if entry["endpoint"] == request.endpoint %}active{% endif %} item toosmall" href="{{ entry["href"] }}">{{entry["name"]}}</a>
{% endfor %}
<div class="right item">
<a class="ui blue inverted button">Github</a>
</div>
</div>
</div>