1

Correction des liens morts

This commit is contained in:
2026-03-28 16:09:04 +01:00
parent 44dc63bebf
commit 7452eb0876
17 changed files with 372 additions and 360 deletions

View File

@@ -5,10 +5,7 @@
{{- $excludeInterestingLinks := false -}}
{{- $groupBySubSections := false -}}
{{- $subSections := slice -}}
{{- $externalLinksReport := dict -}}
{{- if fileExists "tools/cache/external_links.yaml" -}}
{{- $externalLinksReport = transform.Unmarshal (readFile "tools/cache/external_links.yaml") -}}
{{- end -}}
{{- $externalLinksReport := partial "external-links-report.html" (dict) -}}
{{- with $context -}}
{{- if eq (strings.TrimSuffix "/" .RelPermalink) "/interets" -}}
{{- $excludeInterestingLinks = true -}}