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

9 lines
311 B
HTML

{{ $ver := .Params.v }}
{{ $this := .Params.this }}
{{ if $this }}
<span><strong>[New in this version]</strong></span>
{{ else }}
<span><strong>[Added 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. */}}