MD to HTML: allow extra header stuff
authorRichard Levitte <levitte@openssl.org>
Fri, 1 Feb 2019 15:41:43 +0000 (16:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Feb 2019 21:18:02 +0000 (22:18 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/web/pull/113)

bin/md-to-html5.tmpl.html5

index b1fbe38cabf1eb9808c1c0bab32e0014264f6b1a..ea063cd86cbbd09a498294c4c475e5312b71821a 100644 (file)
@@ -1,6 +1,11 @@
 <!DOCTYPE html>
 <html lang="en">
+<head>
 <!--#include virtual="/inc/head.shtml" -->
+$for(header-includes)$
+  $header-includes$
+$endfor$
+</head>
 
 <body>
 <!--#include virtual="/inc/banner.shtml" -->