changeset 197:b203bde850cb

doc: update template
author David Demelier <markand@malikania.fr>
date Tue, 20 Nov 2018 12:25:00 +0100
parents 5b0f7ffab962
children bf17be3e20f2
files doc/html/CMakeLists.txt doc/html/template.html
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/html/CMakeLists.txt	Tue Nov 20 12:14:00 2018 +0100
+++ b/doc/html/CMakeLists.txt	Tue Nov 20 12:25:00 2018 +0100
@@ -63,6 +63,7 @@
 		COMMAND
 			$<TARGET_FILE:marker::marker>
 			-t ${template}
+			-v title=${basename}
 			-v baseurl=${baseurl}
 			$<TARGET_FILE:marker::libmarker-bulma>
 			${output}
--- a/doc/html/template.html	Tue Nov 20 12:14:00 2018 +0100
+++ b/doc/html/template.html	Tue Nov 20 12:25:00 2018 +0100
@@ -11,9 +11,6 @@
 	<body>
 	<section class="section">
 		<div class="container">
-			<h1 class="title">
-			%{title}
-			</h1>
 			%{body}
 		</div>
 	</section>