Welcome to the CHICKEN Scheme pasting service
Extending the hyde environment using a mapping added by sjamaan on Sun Jan 11 12:42:51 2015
(for-each
(lambda (binding)
(apply environment-extend! (cons (page-eval-env) binding)))
`((page-updated ,page-updated)
(format-seconds ,format-seconds)
(max-front-page-articles ,(lambda () 5))
(all-posts ,all-posts)))