diff options
author | Vaclav Haisman <vhaisman@gmail.com> | 2017-01-09 21:50:39 +0100 |
---|---|---|
committer | Vaclav Haisman <vhaisman@gmail.com> | 2017-01-09 21:50:39 +0100 |
commit | 36c6c9e49cfdfa63e6044dd6303e682999ac8fd2 (patch) | |
tree | 349087421528aae6657b1454712853c3c2d5ff56 /default.html5 | |
parent | c213cefde9ab0bb0f72b1c9e8708b302b49407c7 (diff) | |
parent | 2dc4054e7c8809ca3fe0628cf1372fbe34df2a1b (diff) | |
download | pandoc-36c6c9e49cfdfa63e6044dd6303e682999ac8fd2.tar.gz |
Merge from master to update #193.
Diffstat (limited to 'default.html5')
-rw-r--r-- | default.html5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.html5 b/default.html5 index 6b1fdb38b..5641ecb80 100644 --- a/default.html5 +++ b/default.html5 @@ -44,13 +44,13 @@ $if(title)$ <header> <h1 class="title">$title$</h1> $if(subtitle)$ -<h1 class="subtitle">$subtitle$</h1> +<p class="subtitle">$subtitle$</p> $endif$ $for(author)$ -<h2 class="author">$author$</h2> +<p class="author">$author$</p> $endfor$ $if(date)$ -<h3 class="date">$date$</h3> +<p class="date">$date$</p> $endif$ </header> $endif$ |