diff options
-rw-r--r-- | default.revealjs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.revealjs b/default.revealjs index 7e2a3b30e..c3fd3532f 100644 --- a/default.revealjs +++ b/default.revealjs @@ -20,14 +20,14 @@ $if(highlighting-css)$ $highlighting-css$ </style> $endif$ -$for(css)$ - <link rel="stylesheet" href="$css$"/> -$endfor$ $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$ +$for(css)$ + <link rel="stylesheet" href="$css$"/> +$endfor$ <!-- If the query includes 'print-pdf', include the PDF print sheet --> <script> if( window.location.search.match( /print-pdf/gi ) ) { |