Asciidoc template: add :lang: to title header is lang is set in metadata.
Closes #5088.
This commit is contained in:
parent
a78bef17b9
commit
e80bcb9bea
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ $endif$
|
|||
$if(keywords)$
|
||||
:keywords: $for(keywords)$$keywords$$sep$, $endfor$
|
||||
$endif$
|
||||
$if(lang)$
|
||||
:lang: $lang$
|
||||
$endif$
|
||||
$if(toc)$
|
||||
:toc:
|
||||
$endif$
|
||||
|
|
Loading…
Add table
Reference in a new issue