diff --git a/README.md b/README.md index ff7e374..05e4ebd 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ Customize the Reveal.js presentation by setting these values in `config.toml` or - `reveal_hugo.theme`: The Reveal.js theme used, defaults to "black" - `reveal_hugo.custom_theme`: The path to a locally hosted Reveal.js theme - `reveal_hugo.highlight_theme`: The [highlight.js](https://highlightjs.org/) theme used, defaults to "default" -- `reveal_hugo.reveal_cdn`: The location to load Reveal.js files from, defaults to `https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0` +- `reveal_hugo.reveal_cdn`: The location to load Reveal.js files from, defaults to `https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0` - `reveal_hugo.highlight_cdn`: The location to load highlight.js files from, defaults to `https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0` This is how parameters will look in your `config.toml`: diff --git a/exampleSite/content/home/features.md b/exampleSite/content/home/features.md index b00c363..4a9508d 100644 --- a/exampleSite/content/home/features.md +++ b/exampleSite/content/home/features.md @@ -4,7 +4,7 @@ weight = 10 ## What's included? -- All Reveal.js HTML, CSS and JS (v3.6.0) +- All Reveal.js HTML, CSS and JS (v3.7.0) - All out-of-the-box Reveal.js themes - Two custom Reveal.js themes (including this one) diff --git a/layouts/_default/baseof.reveal.html b/layouts/_default/baseof.reveal.html index c2713bc..2e94f8d 100644 --- a/layouts/_default/baseof.reveal.html +++ b/layouts/_default/baseof.reveal.html @@ -1,5 +1,5 @@ -{{- $reveal_cdn := $.Param "reveal_hugo.reveal_cdn" | default "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0" -}} +{{- $reveal_cdn := $.Param "reveal_hugo.reveal_cdn" | default "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.7.0" -}} {{- $highlight_cdn := $.Param "reveal_hugo.highlight_cdn" | default "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0" -}}