diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-04-28 12:51:06 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-04-28 12:51:06 +0300 |
| commit | 7cb1cd90dee0f8d360b11f6b72230805862d858d (patch) | |
| tree | c2f1dac8881dc113877e5bcde3276df634c30562 | |
| parent | dee95321d184502cbcdd5db05995e1cfc5abfd05 (diff) | |
Update template, requirements
| -rw-r--r-- | requirements.list | 1 | ||||
| -rw-r--r-- | template.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/requirements.list b/requirements.list index 6102a50..17a813c 100644 --- a/requirements.list +++ b/requirements.list @@ -3,3 +3,4 @@ (srfi-18 "0.1.7") (srfi-132 "1.0.0") (matchable "1.1") +(json "1.6") diff --git a/template.html b/template.html index 9070bc4..9e8d7e0 100644 --- a/template.html +++ b/template.html @@ -71,7 +71,7 @@ $endif$ <nav> <a href="/archive">archive</a> <span aria-hidden="true"> • </span> - <a href="/liked">liked</a> + <a href="/linklog">linklog</a> <span aria-hidden="true"> • </span> <a href="/now">now</a> <span aria-hidden="true"> • </span> |
