Skip to content

Commit 2ee6755

Browse files
committed
Merge branch 'main' into production
2 parents 13da161 + 8088eb6 commit 2ee6755

File tree

4 files changed

+60
-3
lines changed

4 files changed

+60
-3
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: layouts/base.njk
3+
---
4+
<div class="fr-container fr-py-6w">
5+
{% if showBreadcrumb %}
6+
{% include "components/breadcrumb.njk" %}
7+
{% endif %}
8+
<div class="fr-grid-row fr-grid-row--center" data-pagefind-body>
9+
<div class="fr-col-12 fr-col-md-8">
10+
{% set tagsUrl = "/bluehats/tags/" %}
11+
{% include "components/taggroup.njk" %}
12+
<div class="fr-grid-row">
13+
<div class="fr-col-12 fr-col-md-9">
14+
<hgroup>
15+
<h1>{{ title }}</h1>
16+
</hgroup>
17+
</div>
18+
<div class="fr-col-12 fr-col-md-3">
19+
{% include "templates/share.njk" %}
20+
</div>
21+
</div>
22+
23+
{% if description %}
24+
<p class="fr-text--lead">
25+
{{ description }}
26+
</p>
27+
{% endif %}
28+
29+
{{ content | safe }}
30+
31+
{% if video %}
32+
<figure class="fr-content-media" role="group">
33+
<div class="fr-content-media__img">
34+
<iframe class="fr-responsive-vid" title="{{ video.title }}" src="{{ video.src }}" frameborder="0"
35+
allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe>
36+
</div>
37+
<figcaption class="fr-content-media__caption">{{ video.title }}</figcaption>
38+
</figure>
39+
{% endif %}
40+
41+
{% if slides %}
42+
<figure class="fr-content-media" role="group">
43+
<div class="fr-content-media__img">
44+
<iframe class="fr-responsive-vid" title="{{ slides.title }}" src="{{ slides.src }}"
45+
mozallowfullscreen="true" webkitallowfullscreen="true" frameborder="0"></iframe>
46+
</div>
47+
<figcaption class="fr-content-media__caption">Support de présentation</figcaption>
48+
</figure>
49+
{% endif %}
50+
</div>
51+
</div>
52+
53+
{% if collections.bluehats_posts %}
54+
{% set currentPosts = collections.bluehats_posts %}
55+
{% include "previousnextlinks.njk" %}
56+
{% endif %}
57+
</div>

content/fr/bluehats/ateliers/ateliers.11tydata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
tags: [
55
"bluehats_posts", "atelier", "events"
66
],
7-
layout: "layouts/bluehats-post.njk",
7+
layout: "layouts/bluehats-webinar.njk",
88
permalink: function (data) {
99
return `/${data.lang}/bluehats/${data.page.fileSlug}/`;
1010
},

content/fr/bluehats/ateliers/modeles-de-valorisation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Présentation du rapport : « Modèles de valorisation socio-économiq
33
date: 2025-03-28
44
---
55

6-
- Date : 24 mars 2025 de 11h à 12h30
6+
- Date : 28 mars 2025 de 11h à 12h30
77
- Intervenantes : Orlane Gadet, Chargée des relations partenariales (INRAE) et Anne Brunner, Responsable du pôle Environnement & Agroécologie (INRAE Transfert)
88
- Lien de visio : [salon BlueHats](https://webinaire.numerique.gouv.fr/meeting/signin/invite/362/creator/369/hash/14eb55bd230aa1a8b8a98e0ee35b056d0196afcf)
99

content/fr/bluehats/ateliers/okdp-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Les nouveautés d'OKDP - Open Kubernetes Data Platform"
33
date: 2025-04-11
44
---
55

6-
- Date : 4 avril 2025 de 11h à 12h30
6+
- Date : 11 avril 2025 de 11h à 12h30
77
- Intervenantes : Olivier Mazain, DTNUM/Pôle Données/DIODE, DGFiP
88
- Lien de visio : [salon BlueHats](https://webinaire.numerique.gouv.fr/meeting/signin/invite/362/creator/369/hash/14eb55bd230aa1a8b8a98e0ee35b056d0196afcf)
99

0 commit comments

Comments
 (0)