Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 280 Bytes

competitions.md

File metadata and controls

17 lines (14 loc) · 280 Bytes
layout title permalink
default
Competitions
/competitions

>>> All competitions

{% for c in site.data.competitions %}

{{ c.name }}

{:.highlight-red} Link: [{{ c.url }}]({{ c.url }}) \ Result: {{ c.result }} \ Team: {{ c.team }}


{% endfor %}