mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-02 04:26:08 +03:00
Add comment partial
This commit is contained in:
parent
51d1b12820
commit
d005155fa5
2 changed files with 10 additions and 0 deletions
|
@ -49,5 +49,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "comments.html" . }}
|
||||
</div>
|
||||
{{ 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…
Add table
Reference in a new issue