add post-specific copyright years
authorAmin Bandali <bandali@gnu.org>
Fri, 6 Dec 2019 08:18:55 +0000 (03:18 -0500)
committerAmin Bandali <bandali@gnu.org>
Fri, 6 Dec 2019 08:18:55 +0000 (03:18 -0500)
haunt.scm
posts/arch-macbook-air.md

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
index 55b2ef7..17d5d9b 100644 (file)
@@ -2,6 +2,7 @@ title: Arch GNU/Linux on MacBook Air 2013
 date: 2016-11-01 00:00
 slug: arch-macbook-air
 tags: arch, macbook
+copyright: 2016, 2019
 ---
 
 This post summarizes how I install and dual-boot Arch GNU/Linux with