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

Closes .
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)$ $if(keywords)$
:keywords: $for(keywords)$$keywords$$sep$, $endfor$ :keywords: $for(keywords)$$keywords$$sep$, $endfor$
$endif$ $endif$
$if(lang)$
:lang: $lang$
$endif$
$if(toc)$ $if(toc)$
:toc: :toc:
$endif$ $endif$