Correction des liens morts
This commit is contained in:
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user