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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/comments.html')
-rw-r--r--layouts/partials/comments.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html
index 6a0d0ab..d554938 100644
--- a/layouts/partials/comments.html
+++ b/layouts/partials/comments.html
@@ -40,7 +40,7 @@
<!-- valine -->
{{- if .Site.Params.valine.enable -}}
<span
- id="{{ .URL | relURL }}"
+ id="{{ .RelPermalink | relURL }}"
class="leancloud_visitors"
data-flag-title="{{ .Title }}"
>
@@ -65,3 +65,4 @@
</script>
{{- end -}}
{{- end }}
+