aboutsummaryrefslogtreecommitdiff
path: root/internal/web/templates/index.html
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 15:07:12 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 15:07:12 +0200
commit310ac404f25b412c5c1ead12247b4eb36e9f0025 (patch)
tree6e1dcc5e1f85a483cef7044d341b7c940c1690a8 /internal/web/templates/index.html
parent44472bbe31475a3c672ae003d928d7caffb4b50a (diff)
parentc5abf87fa7198c8f245f407774e2326e4b6c9b9c (diff)
downloadlectio-310ac404f25b412c5c1ead12247b4eb36e9f0025.tar.gz
lectio-310ac404f25b412c5c1ead12247b4eb36e9f0025.zip
Merge branch 'engine-precedence-fixes': OF/EF calendar+readings flawlessness pass
Per-day validation vs litcal (OF) and missalemeum (EF) 2005-2050, all defects fixed and re-validated to zero: OF calendar 0 real errors forward, OF readings 0 unresolvable, EF 0 reading gaps + resumed Sundays correct.
Diffstat (limited to 'internal/web/templates/index.html')
-rw-r--r--internal/web/templates/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html
index 762ed7b..b99725d 100644
--- a/internal/web/templates/index.html
+++ b/internal/web/templates/index.html
@@ -90,5 +90,9 @@
<div id="pane">{{.Reading}}</div>
</div>
+
+{{/* AGPL-3.0 §13: the source offer must be visible to anyone using this
+ server over a network, so it sits on every full page, not just here. */}}
+<footer class="licence"><a href="/source">source</a> · AGPL-3.0-or-later</footer>
</body>
</html>