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
e4963748
Unverified
Commit
e4963748
authored
Oct 14, 2019
by
Philip Kaludercic
🌝
Browse files
haunt.scm, local/theme.scm: fixed some local links
parent
944a166d
Changes
2
Hide whitespace changes
Inline
Side-by-side
haunt.scm
View file @
e4963748
...
@@ -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
)
"~Y/~m/"
)
(
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"
...
...
local/theme.scm
View file @
e4963748
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
(
span
,@
(
if
(
and
site
prefix
)
(
span
,@
(
if
(
and
site
prefix
)
`
(
" "
`
(
" "
,
(
link
"Permalink"
,
(
link
"Permalink"
(
format
#f
"
/
~a/~a.html"
(
format
#f
"~a/~a.html"
prefix
(
site-post-slug
site
post
)))
prefix
(
site-post-slug
site
post
)))
" | "
)
" | "
)
'
(
""
))
'
(
""
))
...
...
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