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

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2022-01-04 07:04:03 +0300
committerYue Yang <g1enyy0ung@gmail.com>2022-01-04 07:04:03 +0300
commit5ccb529eebd207057819b3c6cedc0e77e0101f84 (patch)
tree5a2bf0cfd39baa50c852c07a22d2f3382be47294
parentd67f7842a2c7f7784d36502de51580abff38a596 (diff)
Update single.html
-rw-r--r--layouts/_default/single.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 5339f7a..0e750a9 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -37,7 +37,7 @@
</aside>
{{ end }}
<div class="sixteen wide mobile sixteen wide tablet ten wide computer column markdown-body dream-single" id="dream-save-post-as-img">
- <section class="ui top attached segment">
+ <section class="ui segment">
<header>
<h1 class="ui large header">
{{- .Title -}}
@@ -135,9 +135,9 @@
<script>
new Valine({
el: '#vcomments',
- appId: {{ .Site.Params.LEANCLOUD_APP_ID }},
- appKey: {{ .Site.Params.LEANCLOUD_APP_KEY }},
- lang: {{ .Site.Params.VALINE_LANGUAGE }}
+ appId: '{{ .Site.Params.LEANCLOUD_APP_ID }}',
+ appKey: '{{ .Site.Params.LEANCLOUD_APP_KEY }}',
+ lang: '{{ .Site.Params.VALINE_LANGUAGE }}'
})
</script>
{{ end }}