diff --git a/exampleSite/content/home/configuration.md b/exampleSite/content/home/configuration.md
index 96aa01b..1d13e9b 100644
--- a/exampleSite/content/home/configuration.md
+++ b/exampleSite/content/home/configuration.md
@@ -41,7 +41,9 @@ custom_theme_compile = true
```
+
💡 See the [custom theme example presentation](/custom-theme-example/) for more details.
+
---
@@ -54,8 +56,11 @@ reveal-hugo comes with 2 extra Reveal.js themes:
- [sunblind](https://github.com/dzello/revealjs-themes#sunblind)
+
+
They live in the `static/reveal-hugo/themes` folder and also [on Github](https://github.com/dzello/revealjs-themes).
+
---
@@ -110,7 +115,9 @@ Here is where to put partials for different presentations and places in the DOM.
+
💡 You can also create an `end.html` to put content before the end of the `.reveal` div tag.
+
---
@@ -155,7 +162,9 @@ custom_js = "js/custom.js"
```
+
These files can be located in `static/css`, `static/js` folder
💡 See the [extending layout example](/extending-layout-example/#) for more details.
+
diff --git a/exampleSite/content/home/features.md b/exampleSite/content/home/features.md
index 416bea9..aa67ed8 100644
--- a/exampleSite/content/home/features.md
+++ b/exampleSite/content/home/features.md
@@ -9,6 +9,8 @@ weight = 10
- Two custom Reveal.js themes (including this one)
+
+
[see the code on github](https://github.com/dzello/reveal-hugo)
---
diff --git a/exampleSite/content/home/shortcodes/slide.md b/exampleSite/content/home/shortcodes/slide.md
index 29483ff..3ce5b8c 100644
--- a/exampleSite/content/home/shortcodes/slide.md
+++ b/exampleSite/content/home/shortcodes/slide.md
@@ -102,6 +102,7 @@ Add the shortcode above the slide's content, below the `---`.
```
+
[Try the link](#custom-slide)
---