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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorriba2534 <riba2534@qq.com>2021-05-08 20:07:16 +0300
committerriba2534 <riba2534@qq.com>2021-05-08 20:07:16 +0300
commita7d8248437243d1e8b8aaa46113323f950f5711e (patch)
treeccb1b77031b4795b8e40e725a2e9926c705f63a3
parent482d9013f22f71531caa3fd2b2d297a98af37145 (diff)
支持valine系统设置默认头像
-rw-r--r--layouts/partials/journal.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/journal.html b/layouts/partials/journal.html
index 03f5385..64b908b 100644
--- a/layouts/partials/journal.html
+++ b/layouts/partials/journal.html
@@ -99,6 +99,7 @@ app = new Vue({
requiredFields: ['nick','mail'],
enableQQ: true,
recordIP: true,
+ avatar: {{.Site.Params.valine.avator}},
})
{{ end }}
{{ if and (.Site.Params.enableTwikoo) (.IsPage) }}