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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-01-03 11:53:56 +0300
committerAsur <asur@asurbernardo.com>2020-01-03 11:53:56 +0300
commita19f056a014044c01a7db3ef2c7c17ffe18267db (patch)
treeb53c0927657554aa6f780496c53da2215db43ec8
parentca87afa1d5cf7aefdf1fc76a575a8899c924395c (diff)
Use .File.UniqueId instead of deprecated .Page.UniqueId
-rw-r--r--layouts/partials/post/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post/comments.html b/layouts/partials/post/comments.html
index 51c8270..62c2559 100644
--- a/layouts/partials/post/comments.html
+++ b/layouts/partials/post/comments.html
@@ -3,7 +3,7 @@
layout="responsive"
sandbox="allow-scripts allow-same-origin allow-modals allow-popups allow-forms"
resizable
- src="{{ .Site.Params.CommentsEmbedUrl }}?id={{ .UniqueID }}&url={{ .Permalink }}">
+ src="{{ .Site.Params.CommentsEmbedUrl }}?id={{ .File.UniqueID }}&url={{ .Permalink }}">
<div overflow
tabindex=0
role=button