summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-06-18 19:48:33 -0400
committerrsiddharth <s@ricketyspace.net>2019-06-18 19:48:33 -0400
commit44d2d7d631f8a2122fdc3c9d34cf09b0175c58d5 (patch)
tree8a856af952145e4930d277d46bc83fcc598711cf
parentca1f7b80f740c4d43c291627d9b80161a1b0d7bd (diff)
hn/g: Add athings:file.
* hn/g (athings:file): New function.
-rwxr-xr-xhn/g2
1 files changed, 2 insertions, 0 deletions
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)))