mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-23 16:05:54 +00:00
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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user