exampleSite: space between html tags and other content

No change in content, just makes goldmark happy
This commit is contained in:
Kostas Chatzikokolakis
2020-01-10 21:14:38 +02:00
parent 9fd117d3d0
commit 1bee485bac
3 changed files with 12 additions and 0 deletions
@@ -41,7 +41,9 @@ custom_theme_compile = true
``` ```
<small> <small>
💡 See the [custom theme example presentation](/custom-theme-example/) for more details. 💡 See the [custom theme example presentation](/custom-theme-example/) for more details.
</small> </small>
--- ---
@@ -54,8 +56,11 @@ reveal-hugo comes with 2 extra Reveal.js themes:
- [sunblind](https://github.com/dzello/revealjs-themes#sunblind) - [sunblind](https://github.com/dzello/revealjs-themes#sunblind)
<br> <br>
<small> <small>
They live in the `static/reveal-hugo/themes` folder and also [on Github](https://github.com/dzello/revealjs-themes). They live in the `static/reveal-hugo/themes` folder and also [on Github](https://github.com/dzello/revealjs-themes).
</small> </small>
--- ---
@@ -110,7 +115,9 @@ Here is where to put partials for different presentations and places in the DOM.
&nbsp; &nbsp;
<small> <small>
💡 You can also create an `end.html` to put content before the end of the `.reveal` div tag. 💡 You can also create an `end.html` to put content before the end of the `.reveal` div tag.
</small> </small>
--- ---
@@ -155,7 +162,9 @@ custom_js = "js/custom.js"
``` ```
<small> <small>
These files can be located in `static/css`, `static/js` folder These files can be located in `static/css`, `static/js` folder
💡 See the [extending layout example](/extending-layout-example/#) for more details. 💡 See the [extending layout example](/extending-layout-example/#) for more details.
</small> </small>
+2
View File
@@ -9,6 +9,8 @@ weight = 10
- Two custom Reveal.js themes (including this one) - Two custom Reveal.js themes (including this one)
<br> <br>
<br>
[see the code on github](https://github.com/dzello/reveal-hugo) [see the code on github](https://github.com/dzello/reveal-hugo)
--- ---
@@ -102,6 +102,7 @@ Add the shortcode above the slide's content, below the `---`.
``` ```
<br> <br>
[Try the link](#custom-slide) [Try the link](#custom-slide)
--- ---