aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/item_meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/common/item_meta.html')
-rw-r--r--template/html/common/item_meta.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/html/common/item_meta.html b/template/html/common/item_meta.html
index 5b00d9a..7d83c15 100644
--- a/template/html/common/item_meta.html
+++ b/template/html/common/item_meta.html
@@ -38,6 +38,11 @@
data-value="{{ if eq .entry.Status "read" }}read{{ else }}unread{{ end }}"
>{{ if eq .entry.Status "read" }}✘ {{ t "Unread" }}{{ else }}✔ {{ t "Read" }}{{ end }}</a>
</li>
+ {{ if .entry.CommentsURL }}
+ <li>
+ <a href="{{ .entry.CommentsURL }}" title="{{ t "View Comments" }}" target="_blank" rel="noopener noreferrer" referrerpolicy="no-referrer">{{ t "Comments" }}</a>
+ </li>
+ {{ end }}
</ul>
</div>
{{ end }} \ No newline at end of file