|
|
@ -16,7 +16,7 @@
|
|
|
|
{{ if eq .Identifier "groups" }}
|
|
|
|
{{ if eq .Identifier "groups" }}
|
|
|
|
<li class="header__menu-item menu-has-children"><a href="{{ .URL }}">{{ .Name }}</a>
|
|
|
|
<li class="header__menu-item menu-has-children"><a href="{{ .URL }}">{{ .Name }}</a>
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
<ul class="list-unstyled">
|
|
|
|
{{ range $.Site.Pages }}
|
|
|
|
{{ range $.Site.Pages.ByTitle }}
|
|
|
|
{{ $group := .Param "wgtype" }}
|
|
|
|
{{ $group := .Param "wgtype" }}
|
|
|
|
{{ if eq $group "twg" }}
|
|
|
|
{{ if eq $group "twg" }}
|
|
|
|
<li class="header__menu-item"><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
|
|
|
<li class="header__menu-item"><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
|
|
@ -24,6 +24,9 @@
|
|
|
|
{{ if eq $group "sig" }}
|
|
|
|
{{ if eq $group "sig" }}
|
|
|
|
<li class="header__menu-item"><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
|
|
|
<li class="header__menu-item"><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ if eq $group "bof" }}
|
|
|
|
|
|
|
|
<li class="header__menu-item"><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|