From 44d2d7d631f8a2122fdc3c9d34cf09b0175c58d5 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 18 Jun 2019 19:48:33 -0400 Subject: hn/g: Add athings:file. * hn/g (athings:file): New function. --- hn/g | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hn/g b/hn/g index 78631b9..adbd4fc 100755 --- a/hn/g +++ b/hn/g @@ -70,4 +70,6 @@ (unless (directory-exists? dir) (make-directory dir)) dir)) +(define (athings:file) + (build-path (athings:data-dir) (slug))) -- cgit v1.2.3