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
5bc19f85
Unverified
Commit
5bc19f85
authored
Aug 30, 2019
by
Philip Kaludercic
🌝
Browse files
changed from tabs to spaces
parent
3a1b1555
Changes
6
Show whitespace changes
Inline
Side-by-side
.dir-locals.el
0 → 100644
View file @
5bc19f85
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((
scheme-mode
(
indent-tabs-mode
.
nil
)))
haunt.scm
View file @
5bc19f85
...
@@ -41,4 +41,4 @@
...
@@ -41,4 +41,4 @@
%irc-page
)
%irc-page
)
(
static-page
"whatsapp"
"WhatsApp Links"
(
static-page
"whatsapp"
"WhatsApp Links"
%whatsapp-page
)
%whatsapp-page
)
(
static-directory
"static"
"
static
"
)))
(
static-directory
"static"
""
)))
local/common.scm
View file @
5bc19f85
local/micronews/paged-blog.scm
View file @
5bc19f85
local/pages.scm
View file @
5bc19f85
local/theme.scm
View file @
5bc19f85
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
(
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
"/style.css"
)))
(
link
(
@
(
rel
"alternate"
)
(
type
"application/atom+xml"
)
(
title
"Atom"
)
(
link
(
@
(
rel
"alternate"
)
(
type
"application/atom+xml"
)
(
title
"Atom"
)
(
href
,
(
string-append
(
site-domain
site
)
"/feed.xml"
))))
(
href
,
(
string-append
(
site-domain
site
)
"/feed.xml"
))))
(
link
(
@
(
rel
"alternate"
)
(
type
"application/rss+xml"
)
(
title
"RSS"
)
(
link
(
@
(
rel
"alternate"
)
(
type
"application/rss+xml"
)
(
title
"RSS"
)
...
...
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