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
aece2597
Unverified
Commit
aece2597
authored
Aug 15, 2019
by
Philip Kaludercic
🌝
Browse files
added html head tags for rss/atom feeds
parent
22516c56
Changes
1
Hide whitespace changes
Inline
Side-by-side
local/theme.scm
View file @
aece2597
...
@@ -44,7 +44,11 @@
...
@@ -44,7 +44,11 @@
(
meta
(
@
(
name
"referrer"
)
(
content
"none"
)))
(
meta
(
@
(
name
"referrer"
)
(
content
"none"
)))
(
meta
(
@
(
name
"viewport"
)
(
content
"width=device-width"
)))
(
meta
(
@
(
name
"viewport"
)
(
content
"width=device-width"
)))
(
title
,
title
)
(
title
,
title
)
(
link
(
@
(
rel
"stylesheet"
)
(
href
"/static/style.css"
))))
(
link
(
@
(
rel
"stylesheet"
)
(
href
"/static/style.css"
)))
(
link
(
@
(
rel
"alternate"
)
(
type
"application/atom+xml"
)
(
title
"Atom"
)
(
href
,
(
string-append
(
site-domain
site
)
"/feed.xml"
))))
(
link
(
@
(
rel
"alternate"
)
(
type
"application/rss+xml"
)
(
title
"RSS"
)
(
href
,
(
string-append
(
site-domain
site
)
"/rss-feed.xml"
)))))
(
body
(
body
(
header
(
header
(
nav
,@
(
list
(
link
'
(
code
"#faui2k17"
)
"/"
)
(
nav
,@
(
list
(
link
'
(
code
"#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