1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 11:37:28 -05:00

Support comments

This commit is contained in:
2021-10-23 22:51:13 -05:00
parent 4e9ce6df46
commit cb68e3cffd
2 changed files with 6 additions and 0 deletions
layouts
_default
partials

@ -41,4 +41,6 @@
</div> </div>
{{ end }} {{ end }}
{{ partial "comments.html" . }}
{{ end }} {{ end }}

@ -0,0 +1,4 @@
{{/*
Create a file named `layouts/partials/comments.html` at your site root to
add a comment system. Page variables are passed.
*/}}