Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-06 18:11:34 +0300
committerGitHub <noreply@github.com>2020-05-06 18:11:34 +0300
commit2513afbd54ed5b91663915173fc0d6cbc4b9b74c (patch)
treef6d2d0ba9e75f14c6ef05cd738033ac0d3ba4d54 /layouts/_default/single.html
parentf4c9fe750de9ad242d68906b728efa0fb4b2c407 (diff)
feat(comment): add comment for single page and emoji config for Valine (#328)
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9f23ce8..c14337b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -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 -}}