Overview
| Comment: | Add close-head? to page header function |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5fc9abc0569f09b2e19c8c0e04b2fa93 |
| User & Date: | joel on 2019-07-04 18:19:44 |
| Other Links: | manifest | tags |
Context
|
2019-07-05
| ||
| 03:27 | Allow here-output-path even when no metas are available check-in: bd48c56a user: joel tags: trunk | |
|
2019-07-04
| ||
| 18:19 | Add close-head? to page header function check-in: 5fc9abc0 user: joel tags: trunk | |
|
2019-06-29
| ||
| 21:16 | Start using the SQLite cache for series metas check-in: 829c503e user: joel tags: trunk | |
Changes
Modified code-docs/snippets-html.scrbl from [bcf809dc] to [841e7710].
| ︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + + + + + + + |
<p><b>◊|title|</b><p>
◊(->html body-tx)
})
}
@section{HTML Snippet functions}
|
| ︙ |
Modified snippets-html.rkt from [2a3a4102] to [7b620fd5].
| ︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + - + |
html$-note-title
html$-note-contents
html$-note-listing-full
html$-note-in-article
html$-notes-section
html$-paginate-navlinks)
|
| ︙ |