Differences From Artifact [456776fa]:
- File index.html.pp — part of check-in [f2c37b22] at 2020-03-15 20:47:02 on branch trunk — Tighten up the home page (user: joel, size: 2335) [annotate] [blame] [check-ins using]
To Artifact [c03f431c]:
- File index.html.pp — part of check-in [19db9f05] at 2020-05-04 01:54:03 on branch trunk — Define img tag function explicitly for home page (since unbound ids aren't allowed anymore) (user: joel, size: 2390) [annotate] [blame] [check-ins using]
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 | - + | #lang pollen ◊; SPDX-License-Identifier: BlueOak-1.0.0 ◊; This file is licensed under the Blue Oak Model License 1.0.0. |
︙ | |||
67 68 69 70 71 72 73 74 75 76 | 67 68 69 70 71 72 73 74 75 76 77 | + | <body style="overflow-x:hidden; hyphens: auto"> <header id="front-page"><div> <h1 class="site-title">The Local Yarn</h1> </div></header> ◊(define img (default-tag-function 'img)) ◊(define front-page-body ◊root{ ◊img[#:id "front-page-logo" #:src "/web-extra/mark.svg"] is the end of the ◊index{thread} that you can pick or pluck, the forked ribbon tracing into the bookshelf, your own or someone else’s. ◊em{We’ve seen this before} says the voice on the other◊'|nbsp|end. |
︙ |