Merge pull request #161 from upbound/master

Fix alert box for older versions
This commit is contained in:
Pete Lumbis 2022-10-10 21:11:32 -04:00 committed by GitHub
commit f34d3da50c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<div class="docs-content">
{{- partial "docs/github-edit.html" . -}}
{{- partial "docs/version-alert.html" -}}
{{- partial "docs/version-alert.html" . -}}
<h1>{{.Title }}</h1>
{{ .Content }}
</div>

View File

@ -7,7 +7,7 @@
<div class="docs-content">
{{- partial "docs/github-edit.html" . -}}
{{- partial "docs/version-alert.html" -}}
{{- partial "docs/version-alert.html" . -}}
<h1>{{.Title }}</h1>
{{ .Content }}
</div>