◊(Local Yarn Code "Check-in [6f93d21a]")

Overview
Comment:Add lang to html tag in template
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6f93d21a4fca0779a384424346e29658153c677525e20693892de5d5d3415bd0
User & Date: joel on 2019-04-04 15:49:24
Other Links: manifest | tags
Context
2019-04-07
20:58
Support article listings from cached HTML. Resolves [f580d194] check-in: e493f1c6 user: joel tags: trunk
2019-04-04
15:49
Add lang to html tag in template check-in: 6f93d21a user: joel tags: trunk
15:48
Merge alternate header/logo concept check-in: 5dbeca0e user: joel tags: trunk
Changes

Modified template.html.p from [406d1c49] to [e3f9080d].

1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
◊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[]

|







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[]