From 34b8392354072c847e960dbc3732924f6084b983 Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Tue, 15 May 2018 19:25:58 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a02e27..84190a2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Just use `---` to split content into different slides. ## Demo -Visit [https://dzello.com/reveal-hugo/](https://dzello.com/reveal-hugo/) to see a presentation created with this theme and learn more about what you can do. +Visit [https://dzello.com/reveal-hugo/](https://dzello.com/reveal-hugo/) to see a presentation created with this theme and learn more about what you can do. Jump to the [exampleSite/](exampleSite/) folder in this repository to see the source code for that presentation. ## Tutorial @@ -138,7 +138,7 @@ theme = "moon" ## Adding HTML to the page -If you need to add something to the HTML page, just override one or both of the empty partials that live at `layouts/partials/reveal-hugo/body.html` and `layouts/partials/reveal-hugo/head.html`. These partial are injected into the page just before the closing of the body and head tags respectively. Common uses would be to add custom CSS or JavaScript to your presentation. +If you need to add something to the HTML page, just override one or both of the empty partials that live at `layouts/partials/reveal-hugo/body.html` and `layouts/partials/reveal-hugo/head.html`. These partials are injected into the page just before the closing of the body and head tags respectively. Common uses would be to add custom CSS or JavaScript to your presentation. ### Add a Reveal.js presentation to an existing Hugo site