Asciidoc template: add :lang: to title header is lang is set in metadata.

Closes #5088.
This commit is contained in:
John MacFarlane 2018-11-19 12:02:00 -08:00
parent a78bef17b9
commit e80bcb9bea

View file

@ -9,6 +9,9 @@ $endif$
$if(keywords)$
:keywords: $for(keywords)$$keywords$$sep$, $endfor$
$endif$
$if(lang)$
:lang: $lang$
$endif$
$if(toc)$
:toc:
$endif$