Skip to content

Commit 1d92339

Browse files
authored
Merge branch 'master' into article/qgisfr2024
2 parents aef6319 + 9e6afa2 commit 1d92339

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ repos:
2121
- --markdown-linebreak-ext=md
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.19.0
24+
rev: v3.19.1
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.8.1"
31+
rev: "v0.8.6"
3232
hooks:
3333
- id: ruff
3434
args:

content/articles/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: "📖 Articles"
22

33
nav:
4-
- "2025"
4+
# - "2025"
55
- "2024"
66
- "2023"
77
- "2022"

content/theme/partials/schemas.html.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{
2929
"@type": "Person",
3030
"name": "{{ a }}",
31-
"url": "{{ config.site_url }}team/{{ author[0] | slugger }}/"
31+
"url": "{{ config.site_url }}team/{{ author[loop.index0] | slugger }}/"
3232
{% if a != author|last %}
3333
{# Si l'auteur n'est pas le dernier de la liste, on ajoute une virgule #}
3434
},

0 commit comments

Comments
 (0)