diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/template.html b/template.html index 5ab8123..dbc87b1 100644 --- a/template.html +++ b/template.html @@ -150,9 +150,15 @@ $endif$ <p class="p-country-name">Finland</p> </div> -<script src="/static/unfold.js"></script> -<script> - Unfold.bind("#unfold"); +<script src="/static/reveal-unfold.js"></script> +<style data-unfold-include> + .reveal .slides { + text-align: left; + } +</style> +<script>Unfold.enable({ + theme: "black", + revealCss: document.querySelector("[data-unfold-include]").innerHTML }); </script> </body> |
