github.com/thanos-io/thanos@v0.32.5/website/layouts/partials/versioning/banner.html (about) 1 {{- $currentVersion := index (split .File.Dir "/") 0 }} 2 {{- $latestVersion := "tip" }} 3 {{- $latestUrl := replace .RelPermalink $currentVersion $latestVersion }} 4 5 {{- if ne $currentVersion $latestVersion }} 6 <div class="alert alert-warning" role="alert"> 7 <strong>This documentation is for {{ $currentVersion }} of Thanos. 8 {{ if (fileExists $latestUrl) -}} 9 Click <a href="{{ $latestUrl }}">here </a> to see the latest version of this page. 10 {{- end }} 11 </strong> 12 </div> 13 {{- end }}