1

Fixed external links color

This commit is contained in:
2025-06-30 01:35:56 +02:00
parent 7c18fa488f
commit 2e731c8238

View File

@@ -23,6 +23,6 @@
{{- $titlePrefix = "Lien externe" -}}
{{- end -}}
<a href="{{ $newURL }}" title="{{ $titlePrefix }}{{ .Title }}"
{{- if $isExternal -}} rel="noreferrer" class="external-link{{ if $isAffiliated }} affiliated{{ end }}" {{- end -}}>
{{- if $isExternal -}} rel="noreferrer" class="external{{ if $isAffiliated }} affiliated{{ end }}" {{- end -}}>
{{- .Text | safeHTML -}}
</a>