mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 05:53:32 +02:00
Render a partial that can be overridden to add content to the page
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
</head>
|
||||
<body>
|
||||
{{ block "main" . }}{{ end }}
|
||||
{{ partial "reveal-hugo/body" . }}
|
||||
<script src="{{ "reveal/lib/js/head.min.js" | relURL }}"></script>
|
||||
<script src="{{ "reveal/js/reveal.js" | relURL }}"></script>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user