diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-18 17:56:13 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-19 13:51:00 -0500 |
| commit | 995c709915957f9932ae0f3fa137b8bb9877886a (patch) | |
| tree | 31507b64d284e5f91e6ac32140a33625008fe67e /jakob/theme.scm | |
| parent | 3330177ae946da9f347f9ac95ac14025f578a089 (diff) | |
Stylize bookmark and blogroll pages
Diffstat (limited to 'jakob/theme.scm')
| -rw-r--r-- | jakob/theme.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jakob/theme.scm b/jakob/theme.scm index 65aaf51..385160a 100644 --- a/jakob/theme.scm +++ b/jakob/theme.scm @@ -101,7 +101,9 @@ (ul (@ (class "nav-list")) (li (a (@ (href "https://social.jakob.space/users/jakob")) "Pleroma")) (li (a (@ (href "https://lobste.rs/u/jakob")) "Lobste.rs")) - (li (a (@ (href "https://git.sr.ht/~jakob")) "Sr.ht")))) + (li (a (@ (href "https://git.sr.ht/~jakob")) "Sr.ht")) + (li (a (@ (href "/blogroll/")) "Blogroll")) + (li (a (@ (href "/bookmark/")) "Bookmarks")))) (section (@ (class "module status-module") |