diff --git a/assets/styles/layouts/_top-nav.scss b/assets/styles/layouts/_top-nav.scss index 7f0dceea6..ae9110d60 100644 --- a/assets/styles/layouts/_top-nav.scss +++ b/assets/styles/layouts/_top-nav.scss @@ -99,7 +99,7 @@ margin: 0; list-style: none; display: flex; - flex-direction: column-reverse; + flex-direction: column; &.products{ li { @@ -113,7 +113,7 @@ opacity: .65; mix-blend-mode: multiply; } - &:last-child:before { + &:first-child:before { content: "Products"; margin: .3rem .75rem .15rem; } diff --git a/layouts/index.html b/layouts/index.html index 1885a6fd1..a92daf624 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ $influxdbVersionV2 := (index (first 1 (findRE `v2\.[0-9]{1,2}` (delimit .Site.Data.products.influxdb.versions " "))) 0) }} -{{ $influxdbVersionV1 := (index (last 1 (findRE `v1\.[0-9]{1,2}` (delimit .Site.Data.products.influxdb.versions " "))) 0) }} +{{ $influxdbVersionV1 := (index (first 1 (findRE `v1\.[0-9]{1,2}` (delimit .Site.Data.products.influxdb.versions " "))) 0) }} {{ $enterpriseVersion := .Site.Data.products.enterprise_influxdb.latest }} {{ $telegrafVersion := .Site.Data.products.telegraf.latest }} {{ $chronografVersion := .Site.Data.products.chronograf.latest }} diff --git a/layouts/partials/topnav/product-selector.html b/layouts/partials/topnav/product-selector.html index aeab746e0..c1cb4b48e 100644 --- a/layouts/partials/topnav/product-selector.html +++ b/layouts/partials/topnav/product-selector.html @@ -18,7 +18,7 @@

{{ if $productData.altname }}{{ $productData.altname }}{{ else }}{{ $productData.name }}{{ end }}

{{ end }}