aboutsummaryrefslogtreecommitdiff
path: root/internal/web/templates/bookmarks.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/templates/bookmarks.html')
-rw-r--r--internal/web/templates/bookmarks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/templates/bookmarks.html b/internal/web/templates/bookmarks.html
index f51515b..3597b74 100644
--- a/internal/web/templates/bookmarks.html
+++ b/internal/web/templates/bookmarks.html
@@ -33,7 +33,7 @@
<div class="bookmarks">
{{range .Items}}
<div class="bookmark">
- <a href="/reader?book={{.Book}}&chap={{.Chapter}}">{{.Display}} {{.Chapter}}</a>
+ <a href="/reader?book={{.Book}}&chap={{.Chapter}}">{{.Display}} {{.Chapter}}{{if .Verse}}:{{.Verse}}{{end}}</a>
{{if .Note}}<span class="note">{{.Note}}</span>{{end}}
{{if .Tags}}<span class="tags">{{range .Tags}}#{{.}} {{end}}</span>{{end}}
<form method="post" action="/bookmarks/delete">