You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
534 B

---
layout: default
4 years ago
title: "Links"
---
{% for types in site.data.links %}
<section>
<header>
<h2>{{ types.heading }}</h2>
</header>
{% for info in types.values %}
<ul>
<li>
<span class="bold">{{ info.name }}</span> -
<a href="{{ info.value }}" class="mono">
{% if info.label != "INHERIT" %}
{{ info.label }}
{% else %}
{{ info.value }}
{% endif %}
</a>
</li>
</ul>
{% endfor %}
</section>
{% endfor %}
All my big projects are on my [homepage](/).