add post-specific copyright years
[~bandali/bndl.org] / haunt.scm
index 7a225a9..30293b1 100644 (file)
--- a/haunt.scm
+++ b/haunt.scm
           "Homework 10")))
    "2019"))
 
+(module-define!
+ (resolve-module '(haunt builder blog))
+ 'render-post
+ (lambda (theme site post)
+   (let ((title (post-ref post 'title))
+         (body ((theme-post-template theme) post))
+         (copy (post-ref post 'copyright)))
+     (base-layout site body #:title title #:copy copy))))
+
 (site #:title "Amin Bandali"
       ;; TODO: uncomment after new haunt release
       ;; #:scheme my-scheme