summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-13 23:11:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 23:11:18 -0700
commiteb14dda8e8ffc755b0837e0bc2bb9c62281287d7 (patch)
treead8da8692ece6f717875e7ca3b756301e53b124e /template.html
parent0b817259d80d4c340ddba4c83386de9c164d87df (diff)
Use template for HTML version of README.
Diffstat (limited to 'template.html')
-rw-r--r--template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/template.html b/template.html
index 2286c68..5416a07 100644
--- a/template.html
+++ b/template.html
@@ -53,8 +53,12 @@ a.footnoteRef > sup {
</style>
</head>
<body>
+$if(title)$
<h1 class="title">$title$</h1>
+$endif$
+$if(version)$
<div class="version">Version $version$ ($date$)</div>
+$endif$
<div class="authors">
$for(author)$<span class="author">$author$</span>$sep$; $endfor$
</div>