diff --git a/_includes/layout.vto b/_includes/layout.vto index 7e8bea3..f4929fa 100644 --- a/_includes/layout.vto +++ b/_includes/layout.vto @@ -30,9 +30,14 @@ - {{ about |> md }} +
+

{{ about.title }}

+
+ {{ about.content |> md }} +
+
-
+

{{ timetable.title }}

{{ for day of timetable.days }} @@ -48,55 +53,64 @@ {{ /for }}
-
- {{ tickets.cta.text }} - {{ tickets.text |> md }} +
+
+ {{ tickets.cta.text }} + {{ tickets.text |> md }} +
-
+

{{ speakers.title }}

-
    +
      {{ for speaker of speakers.people }}
    • -

      {{ speaker.title |> md(true) }}

      Retrato - {{ for event of speaker.items }} -
      -

      {{ event.title |> md(true) }}

      - {{ event.description |> md }} +
      +

      {{ speaker.title |> md(true) }}

      + + {{ for event of speaker.items }} +
      +

      {{ event.title |> md(true) }}

      + {{ event.description |> md }} -
      - {{ event.footer |> md }} -
      -
      - {{ /for }} +
      + {{ event.footer |> md }} +
      +
      + {{ /for }} +
    • {{ /for }}
-
+
-

{{ location.conferences.title }}

-
- {{ location.conferences.address |> md }} -
-
-
-

{{ location.workshops.title }}

-
- {{ location.workshops.address |> md }} -
+

{{ location.title }}

+
+

{{ location.conferences.title }}

+
+ {{ location.conferences.address |> md }} +
+
+
+

{{ location.workshops.title }}

+
+ {{ location.workshops.address |> md }} +
+
-