Render a partial that can be overridden to add content to the page

This commit is contained in:
dzello
2018-04-27 23:09:28 -07:00
parent 4e0d34413b
commit 25a113128f
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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>