mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 08:38:36 +01:00
10 lines
226 B
HTML
10 lines
226 B
HTML
{{- $ver := .Params.v -}}
|
|
|
|
{{- with page.Params.version -}}
|
|
{{- if eq $ver . -}}
|
|
<strong>[Changed in this version]</strong>
|
|
{{- end -}}
|
|
{{- else -}}
|
|
<strong>[Changed in <code>v{{ $ver }}</code>]</strong>
|
|
{{- end -}}
|