Differences From Artifact [ac71b1d915]:
- File stml2.scm — part of check-in [9c8b1b022a] at 2018-09-16 05:56:15 on branch stml2 — Added s:script (user: matt, size: 101286) [annotate] [blame] [check-ins using]
To Artifact [45a56b2b83]:
- File stml2.scm — part of check-in [461d0e242a] at 2018-09-17 14:11:54 on branch stml2 — Set toppage to home (user: matt, size: 101285) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | - + | ;; database (dbtype 'pg) (dbinit #f) (conn #f) ;; page info (page "home") (page-type 'html) |
︙ |