Sha256: 3477d630d65484313a8345ff5bf18f25ec2dc50dbdc8ceaf0808b346ce6e74bd

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

{% for e in schedule.timeline %}
{% assign type = '' %}
{% if e.type %}
    {% for t in e.type %}
        {% capture type %}{{ type }} + {% if t == 'Talk' %}<i class="fas fa-chalkboard-teacher"></i> Talk{% elsif t == 'Q&A' %}<i class="fas fa-question"></i> Q&A{% elsif t == 'Recording' %}<i class="fab fa-youtube"></i> Recording{% endif %}{% endcapture %}
    {% endfor %}
    {% assign type = type | remove_first: ' + ' %}
{% endif %}
{% if e.date %}
- **{{ e.date }}** {% if e.time %}([{{ e.time }} Universal Time](https://arewemeetingyet.com/UTC/{{ e.date | date: "%Y-%m-%d" }}/{{ e.time }}/OLS%20Application%20Call)){% endif %}: {{ e.description }}{% if e.type %}({{ type }}){% endif %}{% if e.notes %} - <i class="fas fa-clipboard"></i> [Notes with Zoom call link]({{ e.notes }}){% endif %}{% if e.recording %} - <i class="fab fa-youtube"></i> [Recording]({{ e.recording }}){% endif %}{% if e.details %}

    {{ e.details }}

{% endif %}
{% endif %}
{% endfor %}
- **{{ schedule.weeks['01'].start }}**: Start of the program

{% assign end = '' %}
{% for w in schedule.weeks %}
{% assign end = w[1].start %}
{% endfor %}
- **{{ end }}**: End of the program

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ols-theme-0.9.0 _includes/timeline.md