Skip to content

Commit 4a64995

Browse files
authored
Merge pull request #128 from mcknightd/main
Added nofollow for some links
2 parents 3478b7c + ff65bf7 commit 4a64995

File tree

2 files changed

+14673
-15512
lines changed

2 files changed

+14673
-15512
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text }}</a>
1+
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}{{ if strings.Contains .Destination "clickhouse.com" }} rel="nofollow" {{ end }}>{{ .Text }}</a>

0 commit comments

Comments
 (0)