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