Differences From Artifact [2bb23760]:
- File series/template.html.p — part of check-in [8ab2075d] at 2019-04-12 02:33:04 on branch trunk — First attempt at hiding redundant series info on series pages (user: joel, size: 206) [annotate] [blame] [check-ins using] [more...]
To Artifact [00a0ebd1]:
- File series/template.html.p — part of check-in [829c503e] at 2019-06-29 21:16:49 on branch trunk — Start using the SQLite cache for series metas (user: joel, size: 227) [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 14 | <!DOCTYPE html> <html lang="en"> ◊crystalize-series! ◊html$-page-head[(select-from-metas 'title metas)] ◊html$-page-body-open["series-page"] ◊(unfence (->html doc #:splice? #t)) ◊html$-page-body-close[] </html> |