matrix-spec/layouts/shortcodes/changed-in.html
2022-05-27 18:03:55 -04:00

9 lines
317 B
HTML

{{ $ver := .Params.v }}
{{ $this := .Params.this }}
{{ if $this }}
<span><strong>[Changed in this version]</strong></span>
{{ else }}
<span><strong>[Changed in <code>v{{ $ver }}</code>]</strong></span>
{{ end }} {{/* Do not leave an empty line at the end of this file otherwise the inline behaviour breaks. */}}