Adding no following, referer and NewTab capability for tabs.
This commit is contained in:
parent
ebd4f05942
commit
3b2c0104c5
6 changed files with 20 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue