Merge pull request #81 from aaron0browne/issue-80
Fix revealjs theme functionality
This commit is contained in:
commit
7db5002730
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ $for(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$
|
||||
<link rel="stylesheet" href="$revealjs-url$/css/theme/black.css" id="theme">
|
||||
$endif$
|
||||
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
|
||||
<script>
|
||||
|
|
Loading…
Add table
Reference in a new issue