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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/article_footer.html')
-rw-r--r--layouts/partials/article_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/article_footer.html b/layouts/partials/article_footer.html
index 739af86..6967d92 100644
--- a/layouts/partials/article_footer.html
+++ b/layouts/partials/article_footer.html
@@ -1,5 +1,5 @@
<footer class="article-footer">
- <a data-url="{{ .Permalink }}" data-id="{{ .UniqueID }}" class="article-share-link">
+ <a data-url="{{ .Permalink }}" data-id="{{ .File.UniqueID }}" class="article-share-link">
<i class="fa fa-share"></i>
{{with .Site.Data.l10n.articles.share}}{{.}}{{end}}
</a>