docs/themes/geekboot/layouts/partials/old-version-alert.html

16 lines
636 B
HTML

<div class="bd-callout bd-callout-info d-flex flex-column w-100">
<div class="d-flex bd-title fs-6 fw-bold border-bottom border-info">
<div class="d-flex pe-3 align-self-center">
<svg class="bi flex-shrink-0" role="img" aria-label="Info:"><use xlink:href="#info"/></svg>
</div>
<div class="d-flex">
This document is for an older version of Crossplane.
</div>
</div>
<div class="mt-3">
<p>
This document applies to Crossplane version v{{ .Page.Params.version }} and not to the latest release v{{.Site.Params.latest}}.
</p>
</div>
</div>