diff --git a/README.md b/README.md index 6470efd..73b7aaf 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ $ git clone git@github.com:dzello/reveal-hugo.git themes/reveal-hugo $ cp -r themes/reveal-hugo/static/reveal static/reveal $ cp themes/reveal-hugo/layouts/_default/*.reveal.html layouts/_default $ cp themes/reveal-hugo/layouts/shortcodes/* layouts/shortcodes +$ cp themes/reveal-hugo/layouts/partials/* layouts/partials ``` Next, add the Reveal output format to your site's `config.toml` file diff --git a/layouts/_default/baseof.reveal.html b/layouts/_default/baseof.reveal.html index 4d221a6..2241460 100644 --- a/layouts/_default/baseof.reveal.html +++ b/layouts/_default/baseof.reveal.html @@ -27,6 +27,7 @@ {{ block "main" . }}{{ end }} + {{ partial "reveal-hugo/body" . }}