reveal.js template: add title-slide identifier to title slide.
This allows it to be styled more easily. Closes #4120.
This commit is contained in:
parent
6a2562efb5
commit
00f634ba80
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ $endfor$
|
|||
<div class="slides">
|
||||
|
||||
$if(title)$
|
||||
<section>
|
||||
<section id="$idprefix$title-slide">
|
||||
<h1 class="title">$title$</h1>
|
||||
$if(subtitle)$
|
||||
<p class="subtitle">$subtitle$</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue