Adding no following, referer and NewTab capability for tabs.

This commit is contained in:
Adsooi 2021-08-10 22:51:46 +02:00
parent ebd4f05942
commit 3b2c0104c5
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
6 changed files with 20 additions and 21 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">
<a href="{{ .URL }}" role="button" rel="nofollow noreferrer">
{{ .Name }}
</a>
</li>
@ -40,7 +40,7 @@
</li>
{{ else }}
<li class="{{ if $currentPage.IsMenuCurrent "main" . }}active{{ end }}">
<a href="{{ .URL }}" role="button">
<a href="{{ .URL }}" role="button" rel="nofollow noreferrer">
{{ .Pre }}
<span>{{ .Name }}</span>
</a>