@@ -3,6 +3,10 @@
|
||||
{{ partial "components/hero/index.html" . }}
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
|
||||
{{ if (default true .Params.comments) }}
|
||||
{{ partial "comments.html" . }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "components/postnav/index.html" . }}
|
||||
</main>
|
||||
|
0
layouts/partials/comments.html
Normal file
0
layouts/partials/comments.html
Normal file
Reference in New Issue
Block a user