aboutsummaryrefslogtreecommitdiff
path: root/default.revealjs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-16 19:51:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-16 19:51:03 -0800
commit260f7876a2059c702164ee5b3e9787515cbd95dd (patch)
tree8f0867ea0d9757fb6579ddfc686ff240e2059e09 /default.revealjs
parent7db500273073897a14ff55bf774e17396bcc7527 (diff)
downloadpandoc-260f7876a2059c702164ee5b3e9787515cbd95dd.tar.gz
reveal.js template: Fixed link to theme.
Diffstat (limited to 'default.revealjs')
-rw-r--r--default.revealjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/default.revealjs b/default.revealjs
index dc4162820..0f2898fd8 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -20,13 +20,9 @@ $if(highlighting-css)$
$highlighting-css$
</style>
$endif$
-$if(css)$
$for(css)$
<link rel="stylesheet" href="$css$"/>
$endfor$
-$else$
- <link rel="stylesheet" href="$revealjs-url$/css/theme/simple.css" id="theme">
-$endif$
$if(theme)$
<link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme">
$else$