* clarify federation Authorization header an add destination property * add changelogs * some clarifications * more clarifications, fixes * use HTML in the added-in/changed-in shortcodes * Apply suggestions from code review Co-authored-by: Travis Ralston <travpc@gmail.com>
8 lines
311 B
HTML
8 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. */}}
|