hotfix: switch order of homepage links

pull/860/head
Scott Anderson 2020-03-23 15:03:20 -06:00
parent 3b2d827e37
commit a1cc4021fe
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
<div class="cards">
<div class="card main" id="get-started">
{{ $currentVersion := replaceRE "v" "" (index (findRE "[^/]+.*?" .RelPermalink) 0) }}
<h1>Get started with InfluxDB {{ $currentVersion }}</h1>
<a class="btn oss" href="get-started">Start with InfluxDB OSS</a>
<h1>Get started with InfluxDB</h1>
<a class="btn" href="cloud/get-started">Start with InfluxDB Cloud</a>
<a class="btn oss" href="get-started">Start with InfluxDB OSS {{ $currentVersion }}</a>
</div>
{{ partial "svgs/hive.svg" }}
<div class="group">