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
28f10eb9
Commit
28f10eb9
authored
Feb 19, 2020
by
Masaya Tojo
Browse files
RSSフィードへのリンクを目立たなくする
邪魔だったため。 記事を読んだ人がRSS購読してやってもいいかなってなったときにのみ購読で きれば良い気がするので記事のページからのみアクセスできるようにした。
parent
aaf6f488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
haunt.scm
haunt.scm
+2
-3
No files found.
haunt.scm
View file @
28f10eb9
...
...
@@ -101,7 +101,6 @@
(
type
.
"website"
)
(
url
.
"/"
))
`
((
h1
"最近の投稿"
)
(
p
(
a
(
@
(
href
"feed.xml"
))
"RSSフィードを購読する"
))
(
ul
(
@
(
class
"post-list"
))
,@
(
map
(
lambda
(
post
)
(
let
((
url
(
post-url
post
)))
...
...
@@ -129,9 +128,9 @@
(
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
))))
"このページのソースコード"
))))))))
"このページのソースコード"
))
(
li
(
a
(
@
(
href
"feed.xml"
))
"RSSフィードを購読する"
))))))))
(
define
(
blog/tojoqk
)
(
blog
#
:theme
(
theme/tojoqk
)
...
...
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