Skip to content

Latest commit

 

History

History
72 lines (66 loc) · 3.12 KB

schedule.md

File metadata and controls

72 lines (66 loc) · 3.12 KB
title layout styles scripts
Schedule
plain
url hash
sha384-UYbBlSMkHrbuUVqSs26Rm1UEii5VOTR80mD2wjrJaIedgHgS5LWDt9d7rcbqEDxR
url hash
sha384-3/CmTldIZRXuPMPFO0YHhiLwdsqbsB8YEG+psHdxNbnNBTrci0MOdt/hbPRVmtS8
url hash
sha384-Y2E7KGXSxkviA14jxA5DeBmVwovKH3ipCOXJ1ByetT9DLlwehyYf/3Lm2wSncMR2
url hash
sha384-I6BmgTJPPB58p0uMGaoLY/wFTFFlO4VSmjQYBfNzCzejCImTYNj/yXYmKBeUjtHH
url hash
sha384-rCA2D+D9QXuP2TomtQwd+uP50EHjpafN+wruul0sXZzX/Da7Txn4tB9aLMZV4DZm
url
/assets/css/calendar.css
url hash
sha384-rouc52Uk/cLTKcEeTGcW5Jg76vjIdbKE/Zd3U47ZMc4ezmiCtKCRuT7TRd/ai7f1
url hash
sha384-Vg8WM1KZn59u30ahJ4mGZwEw2R4ieRhhvX2PPiKKCSpuxms+HvoC3XPii6CnMvFD
url hash
sha384-yyTZuDPNQFp/xKe4Yk67GZBC6Pm3OXdipzs78KRRA37YWJuy3rcgDQTxCxbIviHs
url hash
sha384-fG3/vSufb+AA91JKrVZZiS16J72wgK0u/CK+afw3Kw2tbVEPEFcTHac7sJabZd31
url hash
sha384-Ha5I8QPCC/z63Vv2VZG8QZIXGIhDPrLLu3fMx46RG+FLQqpWNzsA8mZIR9YXPahZ
url hash
sha384-iE2vNnlZ9zLj/SJ+wylWYZLKMYF/03QtrLFdByV59XHKHCie9UTGNJnH6imUYv17
url
/assets/js/calendar.js

Schedule

Event Types
{% for event in site.data.event_colours %}
{{ event[1].name }}
{% endfor %}

event

×
label Type -
access_time Date -
person Organiser -

<style> {% for event in site.data.event_colours %} .type-{{ event[0] }} { background: {{ event[1].colour }}; } {% endfor %} </style>