Overview
Comment: | Add notice to index preprocess source |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1346740be695e4fb509e711198a55581 |
User & Date: | joel on 2019-08-18 20:06:47 |
Other Links: | manifest | tags |
Context
2019-08-19
| ||
21:33 | Add title-plain for notes; small refactor of note title generation check-in: 286673cf user: joel tags: trunk | |
2019-08-18
| ||
20:06 | Add notice to index preprocess source check-in: 1346740b user: joel tags: trunk | |
19:17 | Makefile: SQLite file to replace zero-byte file in dependency tree. Also rename spritz → zap check-in: ec9ab7ab user: joel tags: trunk | |
Changes
Modified index.html.pp from [b1d87bbc] to [930470e2].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + + | #lang pollen ◊; SPDX-License-Identifier: BlueOak-1.0.0 ◊; This file is licensed under the Blue Oak Model License 1.0.0. ◊(require pollen/template db/base racket/list racket/match) ◊(define (fetch-series) (define q "SELECT noun_plural, pagenode, title FROM series ORDER BY noun_plural DESC") (query-rows (sqltools:dbc) q)) ◊(define (series-item->txpr s) |
︙ |