Skip to content

Commit ff3508e

Browse files
author
baptiste.bernard
committed
Add 'outils' and edit 'données' to the menu.
1 parent 3d52a4b commit ff3508e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<ul>
2121
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/principes/" | relative_url}}" class="text-center btn btn-outline">Principe</a></li>
2222
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/sia2025/" | relative_url}}" class="text-center btn btn-outline">SIA 2025</a></li>
23-
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/public_datas/" | relative_url}}" class="text-center btn btn-outline">Les données agricoles publiques</a></li>
24-
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/private_datas/" | relative_url}}" class="text-center btn btn-outline">Les données agricoles privées</a></li>
23+
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/public_datas/" | relative_url}}" class="text-center btn btn-outline">Les données</a></li>
24+
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/outils/" | relative_url}}" class="text-center btn btn-outline">Les outils</a></li>
2525
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/mistral/" | relative_url}}" class="text-center btn btn-outline">L'IA Mistral</a></li>
2626
<li class="d-block d-sm-inline-block px-1 px-md-3"><a href="{{ "/sia2024/" | relative_url}}" class="text-center btn btn-outline">SIA 2024</a></li>
2727
</ul>

outils.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Outils
3+
layout: home
4+
description: Outils
5+
permalink: /outils/
6+
---

sia2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permalink: /sia2025/
3636

3737
<section id="outils" class="bg-gray-light">
3838
<div class="container-lg p-responsive py-5 py-md-6 text-center">
39-
<h3 class="alt-h2 mb-4">Les Outils</h3>
39+
<h3 class="alt-h2 mb-4">Les Partenaires et outils</h3>
4040
<div class="outils-grid" id="outils-grid">
4141
{% comment %}
4242
{% include outils-table.html orgs=site.data.outils id="outils" name="outils" %}

0 commit comments

Comments
 (0)