Fixed external links color
This commit is contained in:
@@ -23,6 +23,6 @@
|
|||||||
{{- $titlePrefix = "Lien externe" -}}
|
{{- $titlePrefix = "Lien externe" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<a href="{{ $newURL }}" title="{{ $titlePrefix }}{{ .Title }}"
|
<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 -}}
|
{{- .Text | safeHTML -}}
|
||||||
</a>
|
</a>
|
||||||
Reference in New Issue
Block a user