diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-13 19:45:17 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-13 19:45:17 -0500 |
| commit | 685e88a7bab401e685210f95fa73598e40dd234b (patch) | |
| tree | e6c030ce8fc822a0e32fd5d98449ba9897e021b5 /jakob/builder/blogroll.scm | |
| parent | 3ff45ef59e1a2898c90ddea8945cd694537a8a3a (diff) | |
Initial update to blog format
Diffstat (limited to 'jakob/builder/blogroll.scm')
| -rw-r--r-- | jakob/builder/blogroll.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jakob/builder/blogroll.scm b/jakob/builder/blogroll.scm index 59ce221..fea04e2 100644 --- a/jakob/builder/blogroll.scm +++ b/jakob/builder/blogroll.scm @@ -85,7 +85,7 @@ each tag is used." "Return an SHTML document listing ENTRIES in PREFIX, with a header of TITLE." #<(main (h1 ,(if tag - (format #f "~a - Tagged with \"~a\"" title tag) + (format #f "~a :: Tagged \"~a\"" title tag) title)) ,(unless tag (render-tag-cloud prefix entries)) ,(unless tag `(hr)) |