glados.no/index.md

38 lines
607 B
Markdown
Raw Normal View History

2020-08-15 17:02:14 +02:00
---
layout: default
---
2020-08-16 17:20:12 +02:00
2020-08-16 14:55:09 +02:00
Prosjekter, dokumenter og annet
-------------------------------
2020-08-21 13:27:34 +02:00
<ul>
{% for post in site.posts %}
<li>
<p class="view">
<a href="{{ post.url | relative_url }}">
{{ post.title }}
<small>{{ post.description }}</small>
</a>
</p>
</li>
{% endfor %}
</ul>
2020-08-16 14:55:09 +02:00
Andre tjenester på *GLaDOS*
---------------------------
2020-08-16 15:15:33 +02:00
2020-08-17 14:49:50 +02:00
<ul>
2020-08-21 13:27:34 +02:00
{% for service in site.data.glados %}
<li>
<p class="view">
<a href="{{ service.url }}">
{{ service.site }}
<small>{{ service.description }}</small>
</a>
</p>
</li>
{% endfor %}
</ul>