Add an end option for inserting HTML before end of .reveal

This commit is contained in:
dzello
2018-10-09 02:25:07 +02:00
parent 4eca16bd42
commit 9b47e50246
4 changed files with 33 additions and 20 deletions
+7 -1
View File
@@ -82,7 +82,7 @@ Use partials to add HTML to the page for one or all presentations at a time.
---
Here is where partials go for different presentations and places on the page.
Here is where to put partials for different presentations and places in the DOM.
<br><br>
| Presentation | Before &lt;/head&gt; | Before &lt;/body&gt; |
@@ -91,6 +91,12 @@ Here is where partials go for different presentations and places on the page.
| Root | home/reveal-hugo/head.html | home/reveal-hugo/body.html |
| Section | {section}/reveal-hugo/head.html | {section}/reveal-hugo/body.html |
&nbsp;
<small>
💡 You can also create an `end.html` to put content before the end of the `.reveal` div tag.
</small>
---
## Custom CSS Example