Add class attribute to title slide section tag

It would be useful to have a class attribute for the title slide's section tag. For example, this is useful for setting a background image unique to the title slide.
This commit is contained in:
Alexander Bakst 2013-05-31 15:28:58 -06:00
parent 6252cbc786
commit cd48200ceb

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>