From 5d4678d7061c38409ea4ab8f5f3d069d5729ce22 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 2 May 2019 10:40:37 -0400 Subject: Abstract away the aliases builder --- haunt.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'haunt.scm') diff --git a/haunt.scm b/haunt.scm index 77c56af..75dfd24 100644 --- a/haunt.scm +++ b/haunt.scm @@ -194,8 +194,8 @@ free culture works available under the " ,%cc-by-sa-link " license.") (email . "zerodaysfordays@sdf.lonestar.org")) #:readers (list html-reader-prime) #:builders (list (blog #:theme jakob-theme #:collections %collections) + (article-aliases %aliases) (atom-feed) - (atom-feeds-by-tag) about-page projects-page (static-directory "css") @@ -203,8 +203,3 @@ free culture works available under the " ,%cc-by-sa-link " license.") (static-directory "images") (lambda (site posts) (map (lambda (alist) - (let ((alias (car alist)) - (target (cdr alist))) - (article-alias alias target))) - %aliases)))) - -- cgit v1.3