mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-05 21:28:28 +02:00
Add an end option for inserting HTML before end of .reveal
This commit is contained in:
@@ -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 </head> | Before </body> |
|
||||
@@ -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 |
|
||||
|
||||
|
||||
|
||||
<small>
|
||||
💡 You can also create an `end.html` to put content before the end of the `.reveal` div tag.
|
||||
</small>
|
||||
|
||||
---
|
||||
|
||||
## Custom CSS Example
|
||||
|
||||
Reference in New Issue
Block a user