You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
290 B
HTML
14 lines
290 B
HTML
3 years ago
|
{{ $ver := .v }}
|
||
|
{{ $this := .this }}
|
||
|
|
||
|
{{/*
|
||
|
This differs from the shortcode added-in by wanting to be a block instead of inline
|
||
|
and by slightly altering the rendered text as a result.
|
||
|
*/}}
|
||
|
|
||
|
{{ if $this }}
|
||
|
**New in this version.**
|
||
|
{{ else }}
|
||
|
**Added in `v{{ $ver }}`**
|
||
|
{{ end }}
|