aboutsummaryrefslogtreecommitdiff
path: root/default.dzslides
diff options
context:
space:
mode:
authorAlexander Bakst <abakst@cs.ucsd.edu>2013-05-31 15:28:58 -0600
committerAlexander Bakst <abakst@cs.ucsd.edu>2013-05-31 15:28:58 -0600
commitcd48200ceba2d9eeb5b059e220cf11c3bfb3d410 (patch)
tree53f972991737b9ed0efad57500d1c1256ee475cb /default.dzslides
parent6252cbc786d749c80773d82e434740a3b1bcf4f2 (diff)
downloadpandoc-cd48200ceba2d9eeb5b059e220cf11c3bfb3d410.tar.gz
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.
Diffstat (limited to 'default.dzslides')
-rw-r--r--default.dzslides2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.dzslides b/default.dzslides
index d252db197..edd97accf 100644
--- a/default.dzslides
+++ b/default.dzslides
@@ -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>