diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:01:03 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 15:01:03 +0200 |
| commit | 2453b598def94649cc7ce9af7155bfaad40cce12 (patch) | |
| tree | 0267ac67c2e9d108bcf4b3006d55aaafc5deb8d8 /internal/web/templates/index.html | |
| parent | 35f98e0a8a0573d51a4412ec7f60c7de068acfe6 (diff) | |
| download | lectio-2453b598def94649cc7ce9af7155bfaad40cce12.tar.gz lectio-2453b598def94649cc7ce9af7155bfaad40cce12.zip | |
web: /settings page to edit config + books.toml, persisted and applied live; v0.14.0
Diffstat (limited to 'internal/web/templates/index.html')
| -rw-r--r-- | internal/web/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index 6920fcb..3058746 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -62,6 +62,7 @@ </label> <a class="nav-link" href="/reader">{{.L.NavReader}} →</a> + <a class="nav-link" href="/settings">settings</a> </form> <label class="theme-picker">{{.L.Theme}} |
