summaryrefslogtreecommitdiff
path: root/src/as/atom.scm
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-10-08 15:23:54 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-10-08 15:57:44 +0200
commitdc7202a0338126cef3a756dc6761eb0c3885078e (patch)
tree9051e96870315307c5b8689d31b39a434475d0e5 /src/as/atom.scm
parent959d4fd10f365bbb1cbba1de367544d519274b8e (diff)
as; call-in-module instead of calling in interface
Calling in module let's the user write any scheme code they want inside the template.
Diffstat (limited to 'src/as/atom.scm')
-rw-r--r--src/as/atom.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/as/atom.scm b/src/as/atom.scm
index 2f88b7e..c55d550 100644
--- a/src/as/atom.scm
+++ b/src/as/atom.scm
@@ -1,11 +1,6 @@
(define-module (src as atom)
#:use-module ((src atom) #:prefix atom:)
- #:use-module (src dates)
- #:re-export (string/ISO->date)
- #:export (main
- post
- person
- media))
+ #:use-module (src dates))
(define main atom:feed)
(define post atom:entry)