e04ed9c211
CF: Deploy Dev Docs / deploy (push) Waiting to run
Sync Labels / build (push) Waiting to run
tests / unit tests (macos-latest) (push) Waiting to run
tests / unit tests (ubuntu-latest) (push) Waiting to run
tests / unit tests (windows-latest) (push) Waiting to run
11 lines
380 B
Plaintext
11 lines
380 B
Plaintext
<a class="dropdown-item" href="{{ .Site.Params.global_logo_url | default `/` }}">latest</a>
|
|
|
|
{{ if .Site.Params.versions -}}
|
|
{{ $path := "" -}}
|
|
{{ if .Site.Params.version_menu_pagelinks -}}
|
|
{{ $path = .Page.RelPermalink -}}
|
|
{{ end -}}
|
|
{{ range .Site.Params.versions -}}
|
|
<a class="dropdown-item" href="{{ .url }}{{ $path }}">{{ .version }}</a>
|
|
{{ end -}}
|
|
{{ end -}} |