Back to Thanos

Banner

website/layouts/partials/versioning/banner.html

0.41.0400 B
Original Source

{{- $currentVersion := index (split .File.Dir "/") 0 }} {{- $latestVersion := "tip" }} {{- $latestUrl := replace .RelPermalink $currentVersion $latestVersion }} {{- if ne $currentVersion $latestVersion }}

This documentation is for {{ $currentVersion }} of Thanos. {{ if (fileExists $latestUrl) -}} Click here to see the latest version of this page. {{- end }} {{- end }}