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
444fecfa
Unverified
Commit
444fecfa
authored
Aug 17, 2019
by
Philip Kaludercic
🌝
Browse files
display article source link
parent
7dbf4de6
Changes
1
Show whitespace changes
Inline
Side-by-side
local/theme.scm
View file @
444fecfa
...
...
@@ -28,12 +28,16 @@
(
link
tag
(
format
#f
"/tags/~a.xml"
tag
)))
(
or
(
post-ref
post
'tags
)
'
()))
", "
))
,@
(
if
(
and
site
prefix
)
(
span
,@
(
if
(
and
site
prefix
)
`
(
" "
,
(
link
"Permalink"
(
format
#f
"/~a/~a.html"
prefix
(
site-post-slug
site
post
))))
'
(
""
))))))
prefix
(
site-post-slug
site
post
)))
" | "
)
'
(
""
))
,
(
link
"Source"
(
string-append
"https://gitlab.cs.fau.de/faui2k17/posts/blob/master/"
(
basename
(
post-file-name
post
)))))))))
(
define
local-site-theme
(
theme
...
...
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