Fixed external links color
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user