Skip to content

Commit

Permalink
correction 6conf + ajout include Agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
rvailleux committed Sep 3, 2024
1 parent bd598b7 commit c477c5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions _includes/agenda.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h2 class="section-title wow fadeInUp" data-wow-delay="0.2s">{{ page.Agenda.titl
<div class="row">
<div class="col-12">
<div class="agenda-day">
{% if session.Agenda.talks != null %}
{% for session in page.Agenda.talks %}
<div class="agenda-session">
{% if session.time != null %}
Expand All @@ -25,6 +26,10 @@ <h3 class="session-title">{{ session.title }}</h3>
</div>
</div>
{% endfor %}

{% else %}
<p class="session-speaker text-center">{{ page.Agenda.placeholder_wait }}</p>
{% endif %}
</div>
</div>
</div>
Expand Down
11 changes: 3 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ Carrousel_Slides:
image:
url: /assets/img/slider/devfest_2024.png
alt: "DevFest Perros-Guirec 2024"
button2:
button1:
isPrimary: True
isExternal: True
target: _blank
text: Billeterie
url: https://www.billetweb.fr/devfest-perros-guirec-2024
button1:
isPrimary: False
isExternal: True
target: _blank
text: Partagez votre expérience (CFP)
url: https://conference-hall.io/public/event/83stK0KPUZeUccRtx9pA

Details:
where:
Expand Down Expand Up @@ -129,7 +123,8 @@ Speakers:
Agenda:
title: Conférences
talks:
placeholder_wait: Découvrez l'agenda de l'événement dans quelques jours...
talks_:
- speakers: "Fulup Le Foll & Valentin Geffroy"
organization: "IoT. Bzh"
title: "Retour d'expérience sur l'utilisation de RUST/Linux dans une borne de charge véhicule electrique"
Expand Down

0 comments on commit c477c5b

Please sign in to comment.