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:
parent
6252cbc786
commit
cd48200ceb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue