Differences From Artifact [7a674800]:
- File series/template.html.p — part of check-in [62f4a12e] at 2020-01-13 00:27:50 on branch deta-refactor — Redo everything cache-related (user: joel, size: 224) [annotate] [blame] [check-ins using] [more...]
To Artifact [7e883695]:
- File series/template.html.p — part of check-in [71cdd100] at 2020-03-15 18:33:12 on branch trunk — Change system for managing series: remove from SQLite cache, manage as a hash table of structs instead. (user: joel, size: 205) [annotate] [blame] [check-ins using]
1 2 | <!DOCTYPE html> <html lang="en"> | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <!DOCTYPE html> <html lang="en"> ◊html$-page-head[(select-from-metas 'title metas)] ◊html$-page-body-open["series-page"] ◊(unfence (->html doc #:splice? #t)) ◊html$-page-body-close[] </html> |