{{ site.title }}

{% include icon-ntnu-uslagord.html %}
{% include icon-ntnu-uslagord-svart.html %}

Content

{% include index-toc.html %}

Other ressources in catagory

{% assign filename = page.path | split: "/" | last %} {% assign path = page.path | remove: filename | remove: "_posts/" %}
    {% if path !=""%} {% for file in site.static_files %} {% if file.path contains path %} {% if file.extname == '.png' or file.extname == '.PNG' or file.extname == '.pdf' or file.extname == '.PDF' or file.extname == '.jpg' or file.extname == '.JPG' or file.extname == '.jpeg' or file.extname == '.JPEG' %} {% assign filePath = site.baseurl | append: file.path | remove: "_posts" %}
  • {{file.basename}}{{file.extname}}
  • {% endif %} {% endif %} {% endfor %} {% endif %}