diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:56:28 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:56:28 +0200 |
| commit | f48b79d8860e4c4616821ceeeea091ab4b838197 (patch) | |
| tree | 3ee301f93c4df4a44e7d84bff8ece889e69e59e2 /internal/web/templates/bookmarks.html | |
| parent | 573aa8bf4677793c6d7da4ef08c79af241aca70e (diff) | |
| download | lectio-f48b79d8860e4c4616821ceeeea091ab4b838197.tar.gz lectio-f48b79d8860e4c4616821ceeeea091ab4b838197.zip | |
bookmarks: per-verse (optional Verse field); web reader verse input + list shows Book Ch:V; v0.17.0
Diffstat (limited to 'internal/web/templates/bookmarks.html')
| -rw-r--r-- | internal/web/templates/bookmarks.html | 2 |
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"> |
