feat(comment): add comment for single page and emoji config for Valine (#328)

This commit is contained in:
Dillon
2020-05-06 23:11:34 +08:00
committed by GitHub
parent f4c9fe750d
commit 2513afbd54
12 changed files with 624 additions and 1 deletions

View File

@@ -17,5 +17,8 @@
<div class="content" id="content">
{{- dict "content" .Content "ruby" $params.ruby "fraction" $params.fraction "fontawesome" $params.fontawesome | partial "function/content.html" | safeHTML -}}
</div>
{{- /* Comment */ -}}
{{- partial "comment.html" . -}}
</div>
{{- end -}}