Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
faui2k17
generator
Commits
5b5a94c9
Unverified
Commit
5b5a94c9
authored
Aug 21, 2019
by
Philip Kaludercic
🌝
Browse files
changed slug from timestamp to YEAR/MONTH/
parent
d2d240f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
haunt.scm
View file @
5b5a94c9
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
sxml->html
))))
sxml->html
))))
(
define
(
local-post-slug
post
)
(
define
(
local-post-slug
post
)
(
string-append
(
date->string
(
post-date
post
)
"~
s-
"
)
(
string-append
(
date->string
(
post-date
post
)
"~
Y/~m/
"
)
(
basename
(
post-file-name
post
)
".md"
)))
(
basename
(
post-file-name
post
)
".md"
)))
(
site
#
:title
"#faui2k17"
(
site
#
:title
"#faui2k17"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment