mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Add comments to explain use of head and body partials
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user