diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-06-01 12:33:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-06-01 12:33:48 -0700 |
commit | 05719b6491d26aa0fcb6a7de64aeebfc75955267 (patch) | |
tree | 53f972991737b9ed0efad57500d1c1256ee475cb | |
parent | 6252cbc786d749c80773d82e434740a3b1bcf4f2 (diff) | |
parent | cd48200ceba2d9eeb5b059e220cf11c3bfb3d410 (diff) | |
download | pandoc-05719b6491d26aa0fcb6a7de64aeebfc75955267.tar.gz |
Merge pull request #29 from abakst/patch-1
Add class attribute to title slide section tag
-rw-r--r-- | default.dzslides | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.dzslides b/default.dzslides index d252db197..edd97accf 100644 --- a/default.dzslides +++ b/default.dzslides @@ -100,7 +100,7 @@ $endfor$ </head> <body> $if(title)$ -<section> +<section class="title"> <h1 class="title">$title$</h1> $for(author)$ <h2 class="author">$author$</h2> |