summaryrefslogtreecommitdiffstats
path: root/default.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-16 22:41:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-16 22:41:21 -0700
commit24d8da9aab845228a50a26866e955c4b83612e40 (patch)
tree53a4718ae60dde61b68ddbe5ae3095793cae1bdd /default.html5
parent9134a5a5f73231ea323a9af4aa806c7945633a7d (diff)
downloadpandoc-templates-24d8da9aab845228a50a26866e955c4b83612e40.tar.gz
pandoc-templates-24d8da9aab845228a50a26866e955c4b83612e40.zip
Updated templates for pandoc 2.3
Diffstat (limited to 'default.html5')
-rw-r--r--default.html52
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html5 b/default.html5
index 9c15107..c2bf0e0 100644
--- a/default.html5
+++ b/default.html5
@@ -46,7 +46,7 @@ $for(include-before)$
46$include-before$ 46$include-before$
47$endfor$ 47$endfor$
48$if(title)$ 48$if(title)$
49<header> 49<header id="title-block-header">
50<h1 class="title">$title$</h1> 50<h1 class="title">$title$</h1>
51$if(subtitle)$ 51$if(subtitle)$
52<p class="subtitle">$subtitle$</p> 52<p class="subtitle">$subtitle$</p>