Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Masaya Tojo
www.tojo.tokyo
Commits
312878d4
Commit
312878d4
authored
Feb 19, 2020
by
Masaya Tojo
Browse files
Add link to feed.xml
parent
ec575b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
haunt.scm
haunt.scm
+2
-0
No files found.
haunt.scm
View file @
312878d4
...
...
@@ -101,6 +101,7 @@
(
type
.
"website"
)
(
url
.
"/"
))
`
((
h1
"最近の投稿"
)
(
p
(
a
(
@
(
href
"feed.xml"
))
"RSSフィードを購読する方はこちら"
))
(
ul
(
@
(
class
"post-list"
))
,@
(
map
(
lambda
(
post
)
(
let
((
url
(
post-url
post
)))
...
...
@@ -128,6 +129,7 @@
(
div
,
(
post-sxml
post
))
(
ul
(
@
(
class
"post-end"
))
(
li
(
a
(
@
(
href
"/"
))
"投稿の一覧"
))
(
li
(
a
(
@
(
href
"feed.xml"
))
"RSSフィードを購読する"
))
(
li
(
a
(
@
(
href
,
(
string-append
"https://gitlab.com/tojoqk/www-tojo-tokyo/-/tree/master/"
(
post-file-name
post
))))
"このページのソースコード"
))))))))
...
...
Write
Preview
Markdown
is supported
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