Add comments to explain use of head and body partials

This commit is contained in:
dzello 2018-08-03 12:04:46 +01:00
parent 3bd0dbabe9
commit aa464f40ac
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<!-- To insert markup before the closing head tag, create layouts/partials/reveal-hugo/head.html -->
{{- partial "reveal-hugo/head" . -}}
</head>
<body>
@ -81,7 +82,7 @@
revealHugoDependencies);
Reveal.initialize(options);
</script>
<!-- To insert markup before the closing body tag, create layouts/partials/reveal-hugo/body.html -->
{{ partial "reveal-hugo/body" . }}
</body>
</html>