Skip to content

Commit

Permalink
s/Actualités/Blog
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Oct 2, 2023
1 parent ac7a6d2 commit f94d5c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/fr/blog/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
layout: "layouts/page.njk",
permalink: "/{{ lang }}/blog/{% if pagination.pageNumber %}{{ pagePrefix }}{{ pagination.pageNumber + 1 }}/{% endif %}",
eleventyNavigation: {
key: "Actualités",
key: "Blog",
order: 5
}
}
---
<h1>Actualités</h1>
<h1>Blog</h1>
<div class="fr-container">
<p class="fr-text--heavy fr-mb-3v">{{ "filter_by_tag" | i18n }}</p>
<div class="fr-mb-3w">
Expand Down
2 changes: 1 addition & 1 deletion content/fr/blog/tags.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---js
{
title: "Actualités",
title: "Blog",
pagination: {
data: "collections.posts",
size: 1,
Expand Down

0 comments on commit f94d5c4

Please sign in to comment.