From e211e2d19c5204c55482491f0e4bd03b14be034c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 28 Apr 2025 17:14:53 +0300 Subject: Update text on linklog page --- .gitignore | 2 +- main.scm | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f494f20..bca73db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ pages out - +linklog.json diff --git a/main.scm b/main.scm index 6d562ff..c875093 100644 --- a/main.scm +++ b/main.scm @@ -345,7 +345,9 @@ "hide-body-title: defined\n" "---\n" "# Linklog\n\n" - "My public bookmarks are stored in [Linkhut](https://ln.ht/~jant). This page contains a summary of the most recent updates (refreshed hourly). Follow via [RSS](https://ln.ht/_/feed/~jant) ([Huh?](https://aboutfeeds.com/))\n\n" + "My public bookmarks are stored in [Linkhut](https://ln.ht/~jant). This page contains a summary of the most recent updates. Updated hourly.\n\n" + "Follow my full Linkhut feed via [RSS](https://ln.ht/_/feed/~jant) ([Huh?](https://aboutfeeds.com/)).\n\n" + "See the blogs I follow with [dynamic OPML](/files/blogroll.opml) ([explanation](https://opml.org/)). Updated daily.\n\n" ul)) (define work-md-path (make-pathname work-dir "_linklog.md")) -- cgit v1.3