Sha256: 8446148619d7fe80251a213f2da621da01338f78c78222d20426f5984128a736

Contents?: true

Size: 1.31 KB

Versions: 58

Compression:

Stored size: 1.31 KB

Contents

<a href="{{ .Site.BaseURL }}" class="brand">
    <span class="title is-6 has-text-weight-normal">{{ .Site.Title }}</span>
    <span class="subtitle tag is-primary is-light is-7 has-text-weight-light is-uppercase">docs</span>
</a>
<ul class="menu-list">
    {{ $currentPage := . }}
    
    {{ range .Site.Menus.main }}
        {{ if .HasChildren }}
            <li class="menu-item has-dropdown {{ if $currentPage.HasMenuCurrent "main" . }}is-active{{ end }}">
                <a href="#" class="menu-title">
                    {{ .Pre }}
                    <span>{{ .Name }}</span>
                    <span class="menu-caret"></span>
                </a>
                <ul class="menu-dropdown">
                    {{ range .Children }}
                        <li class="{{ if $currentPage.IsMenuCurrent "main" . }}is-active{{ end }}">
                            <a href="{{ .URL }}" class="menu-item">{{ .Name }}</a>
                        </li>
                    {{ end }}
                </ul>
            </li>
        {{ else }}
            <li class="{{ if $currentPage.HasMenuCurrent "main" . }}is-active{{ end }}">
                <a href="{{ .URL }}" class="menu-item">
                    {{ .Pre }}
                    <span>{{ .Name }}</span>
                </a>
            </li>
        {{ end }}
    {{ end }}
</ul>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
intia-theme-0.1.65 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.64 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.63 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.62 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.61 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.60 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.59 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.58 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.57 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.56 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.55 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.54 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.53 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.52 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.51 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.50 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.49 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.48 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.47 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
intia-theme-0.1.46 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html