Disable "Last updated" footer in asciidoctor HTML

Change-Id: Ib498405931fb5ea92118cf4c4d165b311f92097d
This commit is contained in:
Shawn Pearce 2013-09-05 16:25:59 -07:00
parent f645847c50
commit 2a8212c774

View File

@ -13,6 +13,7 @@ def documentation_attributes(revision):
'startsb="["',
'endsb="]"',
'tilde="~"',
'last-update-label!',
'source-highlighter=prettify',
'stylesheet=doc.css',
'revnumber="%s"' % revision,