aboutsummaryrefslogtreecommitdiff
path: root/internal/web/templates/readings.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/templates/readings.html')
-rw-r--r--internal/web/templates/readings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/templates/readings.html b/internal/web/templates/readings.html
index a1cbcdb..b760892 100644
--- a/internal/web/templates/readings.html
+++ b/internal/web/templates/readings.html
@@ -13,7 +13,7 @@
{{if .Refrain}}
<p class="block refrain">{{.Text}}</p>
{{else if .VNum}}
- <p class="block verse"><span class="vnum">{{.VNum}}</span><span class="vtext">{{.Text}}</span></p>
+ <p class="block verse"><span class="vnum">{{.VNum}}</span><span class="vtext">{{.Text}}</span>{{if .Marked}}<span class="vmark">*</span>{{end}}</p>
{{else}}
<p class="block">{{.Text}}</p>
{{end}}