Merge pull request #29 from abakst/patch-1

Add class attribute to title slide section tag
This commit is contained in:
John MacFarlane 2013-06-01 12:33:48 -07:00
commit 05719b6491

View file

@ -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>