mirror of https://github.com/crossplane/docs.git
Merge pull request #161 from upbound/master
Fix alert box for older versions
This commit is contained in:
commit
f34d3da50c
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue