New Theme

This commit is contained in:
2020-11-21 14:13:16 +01:00
parent 9bc54d475f
commit cbc70ca8e1
593 changed files with 13702 additions and 14006 deletions

View File

@@ -0,0 +1,19 @@
<div class="sticky-top space-before">
<div class="card bg-light mb-3 space-before">
<div class="card-body">
<div class="card-title">
<h5>På denne siden</h5>
</div>
<ul class="nav flex-column nav-pills header-list">
</ul>
<div class="d-flex align-items-center mt-2">
<span class="icon grey mr-1">
{% include entypo/arrow-left.svg %}
</span>
<a href="{% link list/projects.md %}">Back to the contents</a>
</div>
</div>
</div>
</div>