Differences From Artifact [406d1c49]:
- File template.html.p — part of check-in [5b2f378a] at 2018-09-23 21:57:12 on branch trunk — Correct and clarify display of articles that do not specify a title. (user: joel, size: 268) [annotate] [blame] [check-ins using]
To Artifact [e3f9080d]:
- File template.html.p — part of check-in [6f93d21a] at 2019-04-04 15:49:24 on branch trunk — Add lang to html tag in template (user: joel, size: 278) [annotate] [blame] [check-ins using]
1 | <!DOCTYPE html> | | | 1 2 3 4 5 6 7 8 9 | <!DOCTYPE html> <html lang="en"> ◊spell-of-summoning![] ◊(define article-html (crystalize-article! here doc)) ◊(define page-title (article-plain-title here)) ◊html$-page-head[page-title] ◊html$-page-body-open[] |
︙ | ︙ |