Removing nofollow where it's not needed.

This commit is contained in:
Adsooi 2021-08-10 22:58:31 +02:00
parent 3b2c0104c5
commit a02e94cfbd
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 7 additions and 7 deletions

View file

@ -31,7 +31,7 @@
<ul class="sub-menu">
{{ range .Children }}
<li class="{{ if $currentPage.IsMenuCurrent "main" . }}active{{ end }} background">
<a href="{{ .URL }}" role="button" rel="nofollow noreferrer">
<a href="{{ .URL }}" role="button" rel="noreferrer">
{{ .Name }}
</a>
</li>
@ -40,7 +40,7 @@
</li>
{{ else }}
<li class="{{ if $currentPage.IsMenuCurrent "main" . }}active{{ end }}">
<a href="{{ .URL }}" role="button" rel="nofollow noreferrer">
<a href="{{ .URL }}" role="button" rel="noreferrer">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>