File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11title: "📖 Articles"
22
33nav:
4- - "2025"
4+ # - "2025"
55 - "2024"
66 - "2023"
77 - "2022"
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments