aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/entry.html')
-rw-r--r--template/html/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/entry.html b/template/html/entry.html
index cbf85f6..83215b5 100644
--- a/template/html/entry.html
+++ b/template/html/entry.html
@@ -54,7 +54,7 @@
</li>
{{ if .entry.CommentsURL }}
<li>
- <a href="{{ .entry.CommentsURL | safeURL }}" title="{{ t "entry.comments.title" }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer">{{ t "entry.comments.label" }}</a>
+ <a href="{{ .entry.CommentsURL | safeURL }}" title="{{ t "entry.comments.title" }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer" data-comments-link="true">{{ t "entry.comments.label" }}</a>
</li>
{{ end }}
</ul>