| layout | title | permalink |
|---|---|---|
default |
CTF Competitions |
/ctf/ |
{% assign sorted_ctfs = site.ctfs | sort: 'date' | reverse %}
{% for ctf in sorted_ctfs %}
<script src="/ctf.js"></script>
{{ ctf.ctf_url }}
{% endfor %}
Team: {{ ctf.team }}
Position: {{ ctf.position }}/{{ ctf.total_teams }}
{{ ctf.date | date: "%d %B %Y" }}
{% for tag in ctf.tags %}
{{ tag }}
{% endfor %}