Files
spring-projects-spring-fram…/src/docs/asciidoc/docinfo-header.html
T
Sam Brannen 71995a9087 Introduce custom header for HTML5 ref docs
This commit disables the automatic header generation from Asciidoc's
default template and replaces it with a custom header that omits the
"Version" label before the revision number. The revision number is also
displayed in a simple span tag in order to reduce the amount of
vertical space taken by the header.
2021-06-21 17:52:18 +02:00

5 lines
107 B
HTML

<div id="header">
<h1>Spring Framework Documentation</h1>
<span><strong>{revnumber}</strong></span>
</div>