Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 825 Bytes

File metadata and controls

34 lines (31 loc) · 825 Bytes
layout title permalink
default
CTF Competitions
/ctf/

{% assign sorted_ctfs = site.ctfs | sort: 'date' | reverse %}

CTF Writeups

{% for ctf in sorted_ctfs %}

{{ ctf.title }}

{{ ctf.ctf_url }}

Team: {{ ctf.team }}
Position: {{ ctf.position }}/{{ ctf.total_teams }}

{{ ctf.date | date: "%d %B %Y" }}
{% for tag in ctf.tags %} {{ tag }} {% endfor %}
{% endfor %}
<script src="/ctf.js"></script>