diff options
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") |