mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Most of texts are now in _config.yml, Knowledge Graph support
This commit is contained in:
parent
c0f7dc3215
commit
4648f0dfc3
250 changed files with 1700 additions and 856 deletions
|
@ -42,7 +42,6 @@
|
|||
<div class="slot-content" style="border-right-color: {{ day.tracks[slotIndex].color }}">
|
||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||
<span class="slot-language">{{session.language | upcase}}</span>
|
||||
<p class="slot-complexity">Complexity: <span>{{ session.complexity }}</span></p>
|
||||
<ul class="slot-speakers">
|
||||
{% for speaker in site.data.speakers %}
|
||||
{% for session_speaker in session.speakers %}
|
||||
|
@ -63,7 +62,6 @@
|
|||
<div class="color-line"></div>
|
||||
<div class="slot-content">
|
||||
<h5 class="slot-title" itemprop="name">{{ session.title }}</h5>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue