mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Add comment section option
This commit is contained in:
parent
d398ce4163
commit
ebceb6857c
@ -49,5 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
|
||||||
|
{{ partial "comments.html" . }}
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
8
layouts/partials/comments.html
Normal file
8
layouts/partials/comments.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<!--
|
||||||
|
To add comments section, please create `layouts/partial/comments.html` in your
|
||||||
|
Hugo directory and insert:
|
||||||
|
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
|
||||||
|
or whatever comment engine you want -> https://gohugo.io/content-management/comments/#readout
|
||||||
|
-->
|
Loading…
Reference in New Issue
Block a user