Skip to content

Commit d01b615

Browse files
committed
Return to calling old versions old versions
Revert "Say "not the latest version" instead of "old version"" This reverts commit f7ba7d9. Signed-off-by: Nic Cope <[email protected]>
1 parent 9adb066 commit d01b615

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/contribute/infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Expand the tab below to see an annotated `tree` output of the website repository
389389
│   │   │   ├── mermaid.html # Styling and JavaScript for mermaid diagrams
390390
│   │   │   ├── meta-common.html # <meta> tags used on all pages
391391
│   │   │   ├── ms-clarity.html # Microsoft Clarity tags
392-
│   │   │   ├── not-latest-version-alert.html # Alert box for versions that aren't the latest
392+
│   │   │   ├── old-version-alert.html # Alert box for versions that aren't the latest
393393
│   │   │   ├── redirect.html # HTML meta redirect
394394
│   │   │   ├── release-notes.html # Release note summary page generator
395395
│   │   │   ├── rollworks.html # Rollworks analytics tags

themes/geekboot/layouts/partials/not-latest-version-alert.html renamed to themes/geekboot/layouts/partials/old-version-alert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<svg class="bi flex-shrink-0" role="img" aria-label="Info:"><use xlink:href="#info"/></svg>
55
</div>
66
<div class="d-flex">
7-
This document isn't for the latest version of Crossplane.
7+
This document is for an older version of Crossplane.
88
</div>
99
</div>
1010
<div class="mt-3">

themes/geekboot/layouts/partials/single-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 class="bd-title mb-0" id="content">{{ .Title | markdownify }}
7373
{{- if eq .Page.Params.version "master" -}}
7474
{{ partialCached "master-version-alert" . }}
7575
{{- else if ne $pageVer .Site.Params.latest -}}
76-
{{ partialCached "not-latest-version-alert" . .Section }}
76+
{{ partialCached "old-version-alert" . .Section }}
7777
{{ end }}
7878
{{ end }}
7979

0 commit comments

Comments
 (0)