Skip to content
Snippets Groups Projects
Unverified Commit 5bc19f85 authored by Philip K's avatar Philip K
Browse files

changed from tabs to spaces

parent 3a1b1555
No related branches found
No related tags found
No related merge requests found
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((scheme-mode
(indent-tabs-mode . nil)))
......@@ -41,4 +41,4 @@
%irc-page)
(static-page "whatsapp" "WhatsApp Links"
%whatsapp-page)
(static-directory "static" "static")))
(static-directory "static" "")))
......@@ -56,7 +56,7 @@
(meta (@ (name "referrer") (content "none")))
(meta (@ (name "viewport") (content "width=device-width")))
(title ,title)
(link (@ (rel "stylesheet") (href "/static/style.css")))
(link (@ (rel "stylesheet") (href "/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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment