feat(comments): prepare for more third party comments system integration

This commit is contained in:
Jimmy Cai
2020-09-08 23:30:15 +02:00
parent b66679d36a
commit c546964ce4
7 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
{{ partial "article/article.html" . }}
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "article/components/comment" . }}
{{ partial "comments/include" . }}
{{ end }}
{{ partialCached "footer" . }}