Differences From Artifact [51a5e67e]:
- File template.html.p — part of check-in [e493f1c6] at 2019-04-07 20:58:31 on branch trunk — Support article listings from cached HTML. Resolves [f580d194] (user: joel, size: 253) [annotate] [blame] [check-ins using] [more...]
To Artifact [d6041578]:
- File template.html.p — part of check-in [8db9bae9] at 2019-05-19 21:50:25 on branch licensing — Switch all license notices to Blue Oak (user: joel, size: 364) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | + + | <!DOCTYPE html> ◊; SPDX-License-Identifier: BlueOak-1.0.0 ◊; This file is licensed under the Blue Oak Model License 1.0.0. <html lang="en"> ◊(define article-html (crystalize-article! here doc)) ◊(define page-title (article-plain-title here)) ◊html$-page-head[page-title] ◊html$-page-body-open[] |
︙ |