1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Add comments link keyboard shortcut

This commit is contained in:
Richard Schneider 2020-01-07 00:02:02 -06:00 committed by Frédéric Guillot
parent e2315e6a54
commit 6ebb29cd22
18 changed files with 84 additions and 20 deletions

View file

@ -23,7 +23,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 }}
<li>
@ -47,4 +47,4 @@
</li>
</ul>
</div>
{{ end }}
{{ end }}