diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-27 12:07:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-27 12:07:52 -0700 |
commit | 02f8a24ae1258de58ad69a05fbc8c43475c4989f (patch) | |
tree | 66cf2976b7f9c67bdef162771dde8e869bcb3082 /default.revealjs | |
parent | cd52501db837cd1a3c310e4762c81f4b83810027 (diff) | |
download | pandoc-templates-02f8a24ae1258de58ad69a05fbc8c43475c4989f.tar.gz pandoc-templates-02f8a24ae1258de58ad69a05fbc8c43475c4989f.zip |
Updated templates for pandoc 2.2
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.revealjs b/default.revealjs index 65ab090..6f847e2 100644 --- a/default.revealjs +++ b/default.revealjs | |||
@@ -197,6 +197,11 @@ $endif$ | |||
197 | $if(parallaxBackgroundImage)$ | 197 | $if(parallaxBackgroundImage)$ |
198 | // Parallax background image | 198 | // Parallax background image |
199 | parallaxBackgroundImage: '$parallaxBackgroundImage$', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" | 199 | parallaxBackgroundImage: '$parallaxBackgroundImage$', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" |
200 | $else$ | ||
201 | $if(background-image)$ | ||
202 | // Parallax background image | ||
203 | parallaxBackgroundImage: '$background-image$', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" | ||
204 | $endif$ | ||
200 | $endif$ | 205 | $endif$ |
201 | $if(parallaxBackgroundSize)$ | 206 | $if(parallaxBackgroundSize)$ |
202 | // Parallax background size | 207 | // Parallax background size |