Restrucure of files

This commit is contained in:
2020-11-21 14:36:41 +01:00
parent cbc70ca8e1
commit 7d9b1bb873
32 changed files with 42 additions and 96 deletions

View File

@@ -20,8 +20,8 @@
{% include components/project-meta.html %}
{% endif %}
{% if page.path contains 'courses' %}
{% include components/project-meta.html %}
{% if page.show_toc %}
{% include components/lecture-meta.html %}
{% endif %}
{% if page.path contains '_posts' %}

View File

@@ -10,7 +10,7 @@
<span class="icon grey mr-1">
{% include entypo/arrow-left.svg %}
</span>
<a href="{% link list/projects.md %}">Back to the contents</a>
<a href="{{ "/" | relative_url}}">Tilbake til forsiden</a>
</div>
</div>
</div>